Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis using a date field

Hi,

am trying to get a total sales value of all invoices for a particular promotional date. The set analysis I have written is as follows but does not seem to be working. Can anyone let me know what I am doing that is incorrect

many thanks

=sum({$<Invoice_Date = {$(=Promo_Start_Date)}>}[Sales_Value])

1 Reply
Not applicable
Author

try with date(Promo_Start_Date)