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: 
Not applicable

Alternate states with getfieldselections

Hi ALL,

How can i use alternate state with getfieldselections? Please post an example or expression.

14 Replies
Anonymous
Not applicable
Author

Thanks a mill. Much appreciate that.

I have SR7 - can I just down the latest version?

swuehl
MVP
MVP

Your are talking about the desktop client, right?

Yes, you should be able to download the latest QV 11.20 SR (12, I believe) fromt the Qlik download site.

If you are working in a company, might be advisable to check if there are any restrictions on downloading and using different QV versions.

Anonymous
Not applicable
Author

Yes the desktop client.

I have a version on my own laptop but actually I remote into a client's

server, so they'd actually have to install it there.

Thanks for your help.

Anonymous
Not applicable
Author

Hi

I'm having a different problem now with these alternate states and the drill down.

Because I have made the graph's state the default state to get the drill down to work, the filters on the sheet don't apply to my chart, which means I need to make all my list boxes part of the default state, which then basically means I'm not using an alternate state.

Can anyone help please? Is there a way to make sure the chart filters the data based on the sheet's alternate state and still have the drill downs working?

I am using this expression to make my dimension visible

=if(GetFieldSelections(DimGroup,';',10, 'GraphC')  like '*Account*', true(), false())

Thanks

wonkymeister
Creator III
Creator III

Absolutely awesome - fixed my issue


=Concat({[AlternateStateName]}DimensionName)

Thank you