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: 
Not applicable

flexible set analysis

Hi,

i tried to create a flexible set analys - funtion with a Variable vTest

-->  Value at runtime --> [Commission] = {'>0'}

so this

= sum(     {< $(vTest) >}      $(vFilterChart5) )

should work like this

= sum(     {<[Commission] = {'>0'}>}      $(vFilterChart5) )

but it won´t.

Any ideas?

Best Regards

Georg

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

While defining variable, make sure you don't put '=' symbol. See attached a working sample qvw.

View solution in original post

2 Replies
tresB
Champion III
Champion III

While defining variable, make sure you don't put '=' symbol. See attached a working sample qvw.

Not applicable
Author

Thx a lot

of course -> "=" was the reason

Beste Regards