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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Why after creating a variable it doesnt work in Set Analysis, but the same value of that variable works?

Sales issue.png

Hey Guys,

I am having an issue with a variable that i created (MinDate2b) . When i try to use the variable in Set Analysis it fails to work. However when i actually put in the value of that variable it seems to work. Any help or suggestions ?

Thanks,

David

2 Replies
sunny_talwar

May be try this

Sum({<[Sales Date] = {$(=MinDate2b)}>} Sales)

or this

Sum({<[Sales Date] = {$(=$(MinDate2b))}>} Sales)

Anonymous
Not applicable
Author

Thanks Sunny ,

The latter worked!