Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
enricohdi2
Contributor
Contributor

controls selection of the values

Hello,

I would like to make a program that it controls selection of the values, in Set Analysis. Cases are the following:

- If you do select anything, it selects all

- If I select a value, it selected from the first value on the value choose

- If I select multiple values, it selected from the first value to biggest value selected.

Thank you

Messaggio modificato da Enricoo Giulianii

1 Solution

Accepted Solutions
sunny_talwar

May be this:

=Sum({<F3 = {"$(=MaxString(F3))"}>}F2)

View solution in original post

3 Replies
Not applicable

Hi,

Could you please elaborate more and share a sample a sample app

Regards,

Balakrishnan.R

enricohdi2
Contributor
Contributor
Author

Made sample app

sunny_talwar

May be this:

=Sum({<F3 = {"$(=MaxString(F3))"}>}F2)