Analysis

Action templateList for analysis.

Displays analysis (that was defined in Aurea CRM web).

Input Argument Description
Analysis Name of the executed analysis.
CopySourceFieldGroupName Name of the field group where the fields you want to copy have been marked accordingly. These fields can be used as filter criteria.
CopySourceRecordId

RecordId where from data is used as filter critera.

AdditionalParameters

Additional parameters that are applied to the query conditions in JSON syntax.

Options

Additional options that can be given in JSON syntax.

Example:

{"ShowEmpty" :true }: By default, empty values (i. e. categories that have no values) are ignored. Set this option to include them in the analysis.

{"defaultChartType": "Pie"} : Set this value to any of the supported chart types in Aurea CRM.Pad to get desired result.

Note: The chart type select in defaultChartType is selected by default when you open Analysis.

Below is the list of supported chart types:

  • "Bar"
  • "Horizontal Bar"
  • "Stacked"
  • "Pie"
  • "Lines"
  • "Stacked Area"
  • "Lines Zoom"
  • "Funnel"
  • "Radar"
  • "Bar"
  • "Lines"