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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
sunil1989
Contributor
Contributor

set analysis filter

Hi,

Can anyone help me with below expression

=Sum({<BookedDeliveryDateKey = {=Num#(Date(Today(),'YYYYMMDD'))}>}Item_Volume)

Thanks,

Sunilkumar

Labels (1)
3 Replies
prma7799
Master III
Master III

Try like this

{"(=Num#(Date(Today(),'YYYYMMDD')))"}

or

{"(=Date(Today(),'YYYYMMDD'))"}

sunil1989
Contributor
Contributor
Author

Tried but its not working

Kushal_Chawda
MVP
MVP

this should be like below

=Sum({<BookedDeliveryDateKey = {"$(=Date(Today(),'YYYYMMDD'))"}>}Item_Volume)


if it's not working then check the Format of BookedDeliveryDateKey. You need to provide the same format in set analysis.