Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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)