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

Parameter in set analysis

Does anyone know how can I put a parameter in Set analysis?

Thanks

Ced

1 Solution

Accepted Solutions
Not applicable
Author

Ok I found the good response with an example:

$-Sign Expansions in QlikView

Ced

View solution in original post

6 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

buzzy996
Master II
Master II

u can try,

careate a varibale and use tht variable in ur set expression.

and pass value to ur variable through input box/or some other way,that values will pass automatically to ur set analysis expression.

Not applicable
Author

Thanks but it's a video for basic set analysis, and I want an information about a functionality advanced.

Not applicable
Author

Ok I found the good response with an example:

$-Sign Expansions in QlikView

Ced

stigchel
Partner - Master
Partner - Master

Use dollar sign expansion (see help) in set expression like

Sum({<MyField={'$(=vMyVariable)'}>} Sales)

Realize that this is evaluated once for the whole chart, so not per dimension(row) value

buzzy996
Master II
Master II

good,the same example written in above my statements.