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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

GetSelectedField

Hello,

I'd like to show a chart only if a single model is selected directly into the models list-box or undirectly by the selection in other list-boxes.

I had conditioned the calculation of the chart by the clause GetSelectedCount(Model)=1, but it works only if I select the model in his list-box, not if if is the only valid value due to the whole selection made in various list-boxes.

Is there a clause to teach the chart to calculate the data if there is only one Model for in both cases?

Hope my question is clear.

Thank you very much.

N.

1 Solution

Accepted Solutions
Not applicable
Author

have your tried the clause  getPossibleCount(Model)=1 ?

View solution in original post

2 Replies
Not applicable
Author

have your tried the clause  getPossibleCount(Model)=1 ?

Anonymous
Not applicable
Author

Very fine!

Exactly what I nedd!

Thank tou very much.

N.