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
Did you try to use the query editor in an expression rule using a!queryRecordType()?