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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
___dl
Contributor II
Contributor II

Set Analysis - Dynamic Set Modifiers for each Row/ Dimension Value

I need to do a calculation where each row or value of dimension depends on the value of another calculation.  

Here is a simple example - I want to count each Dimension where Data >= Target.

 
Labels (2)
1 Solution

Accepted Solutions
jaibau1993
Partner - Creator III
Partner - Creator III

Hi!

I honestly don't understand your example but following the title of the post:

Set analysis is evaluated once per chart. This means that you can not build a "row-wise set analysis" expression. Said so, this kind of issues may be solved using an IF statement.

Regards,

Jaime.

View solution in original post

2 Replies
jaibau1993
Partner - Creator III
Partner - Creator III

Hi!

I honestly don't understand your example but following the title of the post:

Set analysis is evaluated once per chart. This means that you can not build a "row-wise set analysis" expression. Said so, this kind of issues may be solved using an IF statement.

Regards,

Jaime.

___dl
Contributor II
Contributor II
Author

Just what I thought. I encountered this issue several times. Thank you for your response!