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: 
justalkak
Partner - Contributor III
Partner - Contributor III

Sheet Action Select Values in a Field

Hi,

I need to create a sheet action on sheet1 on FieldA where the values of FieldA1 from another sheet will be selected.

I have achieved it by setting the following Actions:

1. Select values in a field - on a FieldA - with function: Concat(distinct FieldA1, ';')

2. Clearing selections in FieldA1

This works, however when no FieldA1 is selected it filters for ALL FieldA options when moving to sheet1.

How can I make it not select All FieldA options when no FieldA1 is selected?

I have tried this but it won't work.. If(GetSelectedCount(FieldA1)>0, Concat(distinct FieldA1, ';'))

Labels (1)
2 Replies
henrikalmen
Specialist II
Specialist II

Are all values actually selected in FieldA, or are no values selected so that all values are implicitly available? 

justalkak
Partner - Contributor III
Partner - Contributor III
Author

No values are selected in FieldA1. Then when changing the sheet All values are selected by the action on FieldA.