Question
Query the Data using CreatedOn fileds using Grouping
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 rule
i want to hit this rule only once to get all of this data in a stretch
How to achieve it

