I have some data in my DB in that one filed named "CreatedOn"(2025-11-20 06:00:44.470000)
i need to group the details by CreatedOn i need to group data by current year ,current quarter, current month, current week and want to sum a field called "EMI"Using a!quereyRecordType() | this will be in a rulei want to hit this rule only once to get all of this data in a stretch How to achieve it
Discussion posts and replies are publicly visible
When the Field type is of type Date,Date and Time or Time, we can use the Interval parameter of a!grouping function, in which we can provide values such as "YEAR","MONTH_TEXT" and etc to group the data based on desired interval.a!grouping function goes in the a!aggregationFields function.