CompareConfigurations

Title  Asset Package Configuration Report

Description

Generates a collection of Excel Workbooks/Sheets to review the various Asset Package configuration options.

Usage

Multiple configurations can be selected to compare the results.

Syntax

CompareConfigurations (asset_package, folder, mode, {single_configuration}, {multiple_configurations}, {rename})

Parameter Explanation Data Type
asset_package Dialog Reference

The asset package with configuration tables.

DEWorkspace
folder Dialog Reference

The location to save the output. A unique folder starting with Configuration will be generated in this location for each run of the tool.

DEFolder
mode Dialog Reference

The method to generate the report and adjust the UI of this tool.

  • Single - The configuration options are present into a list with checkboxes. Uncheck the configurations to remove those values associated with them.
  • Multiple - The configuration options must be defined in a list of list. The list must include the configurations to include (checked).
  • All - All combinations of the configurations will be included. This is a powerset, so there may be a large number of combinations

GPString
single_configuration (Optional) Dialog Reference

Select the configuration options you want to apply to your report. The D_Configurations table must be present in your asset package.

GPString
multiple_configurations (Optional) Dialog Reference

To compare multiple configurations, you must input a list of list. A list of all configurations is predefined. To create new set of configurations, copy and paste the list and remove the item that you want to 'uncheck'. Repeat this process for each combination of configurations you want to compare.

GPString
rename (Optional) Dialog Reference

Select the rename option you want to apply to your report. The D_Rename table must be present in your asset package.

GPString

Code Samples

Tags

Credits

Use limitations