The following Dynamic Group Properties are available. Click on a link to jump to that section.
Use this property if there is content that you want to have deleted from the finished data table. Each element stored will look for the matching column name and value and delete that row from the data table.
Example:
<DeleteExtraData>
<Delete>
<ColumnName>Group Value</ColumnName>
<ColumnValue/>
</Delete>
<Delete> </Delete>
</DeleteExtraData>
The name of the column to search within.
The value to search for. For null, enter nothing.
The expression(s) to be used for analysis.
Example: Count(Title)
Example:
<ExpressionSetup>
<Expressions>
<Expression>Sum(Amount)</Expression>
<ExpressionType>System.Int32</ExpressionType>
</Expressions>
<Expressions> </Expressions>
</ExpressionSetup>
The column type that will be used when storing data analysis.
The expression used for analysis.
The name of the group to be referenced for a count/average/sum/minimum/maximum. If you want to group on a Parent and Child column, that can be specified within an XML setup. Only one parent and child can be specified.
Example: Status
Example:
<PCGColumns>
<PCGColumnName>
<ParentGroupName>Show</ParentGroupName>
<ChildGroupName>Status</ChildGroupName>
</PCGColumnName>
</PCGColumns>
The name of the column from the external data source that will be used as the child group and analyzed.
The name of the column from the external data source that will be used as a parent group. No analysis is completed against the parent, only the child.
Used to specify the filter that will be used when dynamically retrieving content. Use variables if you do not want to specify static column content.
Example: [<%Group%>]='<%GroupName%>'
Example: ([<%Group%>]='<%GroupName%>' AND [<%ChildGroup%>]='<%ChildGroupName%>')
Used to identify the Child Group Name specified in the Group Column Name property.
As data is collected, this variable will be replaced with the content that is dynamically found. For instance, for each status, this variable will be replaced with each status, and analysis will be completed against the filtered content.
For external documentation about Expressions, see Add Column XML.
Used to identify the Group Name specified in the Group Column Name property.
As data is collected, this variable will be replaced with the content that is dynamically found. For instance, for each status, this variable will be replaced with each status, and analysis will be completed against the filtered content.
%ME% The currently logged in user
%Today% Today's date
%CurrentWeekStart% The first day in the current week
%CurrentWeekEnd% The last day in the current week
%CurrentMonthStart% The first day in the current month
%CurrentMonthEnd% The last day in the current month
%CurrentYearStart% The first day in the current year
%CurrentYearEnd% The last day in the current year
%Quarter1Start% The first day in the first quarter of the current year
%Quarter1End% The last day in the first quarter of the current year
%Quarter2Start% The first day in the second quarter of the current year
%Quarter2End% The last day in the second quarter of the current year
%Quarter3Start% The first day in the third quarter of the current year
%Quarter3End% The last day in the third quarter of the current year
%Quarter4Start% The first day in the fourth quarter of the current year
%Quarter4End% The last day in the fourth quarter of the current year
%OneWeekAgoStart% The first day of the previous week
%OneWeekAgoEnd% The last day of the previous week
%TwoWeeksAgoStart% The first day of the week before last
%TwoWeeksAgoEnd% The last day of the week before last
%OneWeekFromNowStart% The first day of next week
%OneWeekFromNowEnd% The last day of next week
%TwoWeeksFromNowStart% The first day of the week after next
%TwoWeeksFromNowEnd% The last day of the week after next
%OneMonthAgoStart% The first day of last month
%OneMonthAgoEnd% The last day of last month
%OneMonthFromNowStart% The first day of next month
%OneMonthFromNowEnd% The last day of next month
Contains the Date field used for Gantt End Date analysis.
Example: Due Date
The sort order for content when a Gantt Analysis is created. Use variables when you dont want to statically specify column names.
Default: [<%Group%>], [<%GroupGanttStart%>], [<%GroupGanttEnd%>]
Used to identify the Group Name specified in the Group Column Name property.
Used to identify the Group Gantt End date specified in the Group Gantt End property (above).
Used to identify the Group Gantt Start specified in the Group Gantt Start property (below).
Contains the Date field used for Gantt Start Date analysis.
Example: Start Date
Used to store content that will not be analyzed. It will be stored after each analysis row created within the data table.
Example:
<StoreExtraVariables>
<ExtraVariable>
<ColumnName>Group name</ColumnName>
<ColumnType>System.String</ColumnType>
<ColumnValueName>Title</ColumnValueName>
</ExtraVariable>
<ExtraVariable> </ExtraVariable>
</StoreExtraVariables>
The name of the column that will be created within the data table.
The type of column created within the data table.
For help with column types, see Convert XML/Column Type.
The name of the column that will be used when storing content.