To run analytic scripts in the Analysis App window or on AX Server, create a packaged analysis app (.aclapp file). You can package an ACL project into a new .aclapp file, or merge an ACL project with an existing analysis app (.aclx file) to include existing interpretations.
Note
If at least one script in an ACL project contains an analytic header, the project can be packaged as an analysis app. Before packaging an analysis app make sure you validate the analytic headers of each analytic in the analysis app.
Use packaged analysis apps to distribute a project to users who can extract the .aclx file and open the contents in the Analysis App window.
In the Analysis App window, you can run the analytic scripts and create interpretations based on tables and analytic results.
Use packaged analysis apps to prepare an ACL project for import into AX Server. You can choose which tables and data files to import along with the analytic scripts in the project.
You can also use a packaged analysis app (.aclapp) to import existing interpretations. To include the interpretations from an existing analysis app (.aclx) you must repackage your ACL project and merge this packaged analysis app (.aclapp) with the existing .aclx file in your project folder.
Note
When you use an existing analysis app (.aclx file), the contents of the ACL project take precedence, so if there are scripts or tables in the .aclx that no longer exist in the .acl file, they are not included in the resulting packaged analysis app (.aclapp file).
To use a packaged analysis app successfully, you must ensure that the sum of all file sizes included in the package does not exceed 800 MB before packaging the analysis app. If your prepackaged files exceed this combined size, data files may be corrupted when unpacking the analysis app.
The ACL project is the top-level folder in the tree view.
Note
Generally you should include only static tables and data files that are required by one or more of the analytics in the analysis app, such as a master vendor table, or a list of merchant category codes.
Result the packaged analysis app is saved to the location you specified. Other users can retrieve the packaged analysis app from this location, or you can distribute it by email, or by other appropriate method. You can also import this file into AX Server.

The ACL project is the top-level folder in the tree view.
Note
Generally you should include only static tables and data files that are required by one or more of the analytics in the analysis app, such as a master vendor table, or a list of merchant category codes.
Interpretations that are associated with tables or scripts that do not exist in the new package are not included.
Result the packaged analysis app is saved to the location you specified. Other users can retrieve the packaged analysis app from this location, or you can distribute it by email, or by other appropriate method. You can also import this file into AX Server.