Hi
How to add date range in Summary Formula in Reports
I have tried below code to get the sum of meaningful conversation Count
IF(AND(CREATED_DATE:UNIQUE>=01/01/2023 ,CREATED_DATE:UNIQUE<=06/30/2023) ,Activity.Meaningful_Conversation__c:SUM,0)
Hi
How to add date range in Summary Formula in Reports
I have tried below code to get the sum of meaningful conversation Count
IF(AND(CREATED_DATE:UNIQUE>=01/01/2023 ,CREATED_DATE:UNIQUE<=06/30/2023) ,Activity.Meaningful_Conversation__c:SUM,0)
That's not gonna be possible in a Summary Report formula #SorryBabyIhadtoCrashThatHonda