Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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)

2 Solutions

Accepted Solutions
tresesco
MVP
MVP

@Nora104 

Use '$' for current selection, like:

=GetFieldSelections(Store_Name,',',100,'$' )

View solution in original post

Nora104
Partner - Creator
Partner - Creator
Author

I understand. I use it like this. It worked. Thank you

Nora104_0-1600154582430.png

 

View solution in original post

5 Replies
tresesco
MVP
MVP

@Nora104 

Use '$' for current selection, like:

=GetFieldSelections(Store_Name,',',100,'$' )

Nora104
Partner - Creator
Partner - Creator
Author

Thank you!

But it doesn't work. 

Nora104_0-1600073185797.png

 

Nora104
Partner - Creator
Partner - Creator
Author

I understand. I use it like this. It worked. Thank you

Nora104_0-1600154582430.png

 

tresesco
MVP
MVP

@Nora104 ,

So it is actually otherwise and not:

Do you know how to get the value of a current selection in an alternate state(StoreA)?

It is about getting value of alternate state in current selection scope, i.e. - in default state.
 

Nora104
Partner - Creator
Partner - Creator
Author

Forgive my English not good enough.😂