Skip to main content

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)

6 answers
0/9000