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: 
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
MVP
MVP

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!