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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Nora104
Partner - Creator
Partner - Creator

How to get the value of a current selection in alternate state

Hi,
Do you know how to get the value of a current selection in an alternate state(StoreA)?
I have tried the formula but it doesn't work:
=GetFieldSelections({StoreA}Store_Name)

Nora104_0-1600073361809.png

 

1 Solution

Accepted Solutions
sunny_talwar

Try this

=GetFieldSelections(Store_Name, ',', 1000, 'StoreA')

View solution in original post

2 Replies
sunny_talwar

Try this

=GetFieldSelections(Store_Name, ',', 1000, 'StoreA')
Nora104
Partner - Creator
Partner - Creator
Author

Thank you very much! it worked!