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: 
danosoft
Specialist
Specialist

Set Fields from default state to an Alternate State

Look at the attachment qvw, i have this problem:

i try to set field from default state to an alternate state (my alternate state is Contrattualizzato)

in my default state my fields are ANNOIN, MESEIN and i want to set my Alternate State fileds: ANNOOUT, MESEOUT when i click in the button "Contrattualizzato"

I use the action in my button : =GetFieldSelections(ANNOIN)  to set my ANNOOUT, and =GetFieldSelections(MESEIN) to set my MESEOUT but it not work....

Where is the fault? thanks

1 Solution

Accepted Solutions
danosoft
Specialist
Specialist
Author

I have found the solution if it can help someone, in this way:


GetFieldSelections(ANNOIN,';','','$')


GetFieldSelections(MESEIN,';','','$')

View solution in original post

2 Replies
danosoft
Specialist
Specialist
Author

Nobody can have solution for that?

danosoft
Specialist
Specialist
Author

I have found the solution if it can help someone, in this way:


GetFieldSelections(ANNOIN,';','','$')


GetFieldSelections(MESEIN,';','','$')