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

Help Needed: How to select a calculated field automatically?

This is an extension of my question in http://community.qlik.com/message/378149#378149.

What I am trying to do is have a "calculated" field automatically selected when a fixed field is choosen. For example, if a user select Dim_01 = AA, then Calculated Field = "Top' automatically (see attached). I have been trying to do this via load script and variable, but proven unsuccessful, and most likely I am approaching this in a wrong way.

That sais, any suggestion/help will be much appreciated. Thank you.

Labels (1)
2 Replies
tresB
Champion III
Champion III

Hi,

tried an alternative, please try with the following search string:

='('&Concat(distinct aggr(if(rank(sum(M1)) <=3,ID),ID),'|')&')'

Note: Selection originally takes place only in the fields created in the script.

PFA

Not applicable
Author

Thank you, I will give it a try.