Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Make a selection based on another field

Hi everybody,

I have a table with the fields say A, B, C, D. I would like to make a button that executes two actions simultaneously:

1) makes a selection of B based on a selection of C.

2) clear the selection of field C.

How can I make an action that executes 1)? It sounds really simple, but at the moment I cannot figure it out.

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hei

attach is an example

when you click the button it selects all the values <=5 in field F1

then select the possible in F2 then clears the field F1

View solution in original post

4 Replies
swuehl
MVP
MVP

Regarding 1)

please have a look at http://community.qlik.com/message/149230

(There are also some other threads about this, but this gives quite a good overview).

2) You could use an action Selection - Clear other fields

for this.

Regards,

Stefan

SunilChauhan
Champion
Champion

see the attached hope this help

Sunil Chauhan
lironbaram
Partner - Master III
Partner - Master III

hei

attach is an example

when you click the button it selects all the values <=5 in field F1

then select the possible in F2 then clears the field F1

Not applicable
Author

'Select Possible', how can I have missed it

Thanks all!