GuideReference
TrainingSupportCommunity
Reference

aggregated_​reporting

  • Property Manager name: Aggregated Reporting
  • Behavior version: The v2023-01-05 rule format supports the aggregated_​reporting behavior v1.2.
  • Rule format status: GA, stable
  • Access: Read/Write
  • Allowed in includes: No (temporarily)

Configure attributes for your custom aggregated reports. You can configure up to four attributes.

OptionTypeDescriptionRequires
enabledboolean

Enables aggregated reporting.

{"displayType":"boolean","tag":"input","type":"checkbox"}
report_​namestring

The unique name of the aggregated report within the property. If you reconfigure any attributes or variables in the aggregated reporting behavior, update this field to a unique value to enable logging data in a new instance of the report.

{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
attributes_​countnumber (1-4)

Select the number of attributes by which your report is grouped. You can add up to four attributes.

{"displayType":"number","max":[4],"min":[1],"tag":"input","type":"range"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
attribute1string (allows variables)

Select a previously user-defined variable to be an attribute for the report. The values extracted for all attributes range from 0 to 20 characters.

{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
attribute2string (allows variables)

Select a previously user-defined variable to be an attribute for the report. The values extracted for all attributes range from 0 to 20 characters.

attributes_​count2
{"displayType":"string","tag":"input","type":"text"}
{"if":{"op":"and","params":[{"attribute":"enabled","op":"eq","value":true},{"attribute":"attributesCount","op":"gte","value":2}]}}
attribute3string (allows variables)

Select a previously user-defined variable to be an attribute for the report. The values extracted for all attributes range from 0 to 20 characters.

attributes_​count3
{"displayType":"string","tag":"input","type":"text"}
{"if":{"op":"and","params":[{"attribute":"enabled","op":"eq","value":true},{"attribute":"attributesCount","op":"gte","value":3}]}}
attribute4string (allows variables)

Select a previously user-defined variable to be an attribute for the report. The values extracted for all attributes range from 0 to 20 characters.

attributes_​count is 4
{"displayType":"string","tag":"input","type":"text"}
{"if":{"op":"and","params":[{"attribute":"enabled","op":"eq","value":true},{"attribute":"attributesCount","op":"eq","value":4}]}}