Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
spetushi
Creator
Creator

Set analysis - Date Format Issue

Hello,

I have the following set analysis expression which brings relevant records but not within specified date range. I think this is due to different date formats and need help to fore came date format within the expression:

Count({$<[Report Source Type]={'Marketing'}, [Receipt Date]={'>=$(%StartDate)<=$(%EndDate)'}, [Partner Source]=>} [ReportID])

[Receipt Date] has format: 'DD-MMM-YYYY'

%StartDate and %EndDate have format: 'dd/mm/yyyy'


Can I format either date(s) in the expression itself?


Thank you,

Sokol

10 Replies
spetushi
Creator
Creator
Author

This will do it. Thanks Stefan.