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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Fernando_Sanchez
Partner - Contributor III
Partner - Contributor III

Push button and change field value

Hi all! Thanks in advance for the help.

I am struggling with something that must be very simple.

Imagine I have a field with diferrente values (not known previously), for example:

field

A

B

C

..

 

I need a button that when I press it it iterates all posible values one by one.

Press button > Selects A.

Press button > Selects B

Press button > Selects C

And so on...

 

It has be to be really easy, but I cannot find the propper way.

Thanks

Labels (1)
1 Reply
Fernando_Sanchez
Partner - Contributor III
Partner - Contributor III
Author

Auto reply.

Give a value to field and then withing the button:

set variable field

=if($(vValue)+1>$(vValueCount),0,$(vValue)+1)