Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
robin_heijt
Creator
Creator

Next value button

Hi,

I was wondering if it is possible to set an expression to the button extension to allow my data set to skip to the next value in a field.

So I have a list of names with different KPI's showing. I would like to be able to click on a button to skip to the next person in the list and show the KPI of the this person.

It does not necessarily have to be the button extension, I am mainly looking for any simple solution to navigate through a list of people.

11 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

For the record, the select expression that works for me to cycle through a field (eg Customer) is: 

=FieldValue('Customer' ,if(FieldIndex('Customer', Customer) = FieldValueCount('Customer'), 1, FieldIndex('Customer', Customer)+1) )

-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com

hellbeck
Contributor
Contributor

Hi,

Are there any safety concerns with this?

And will it work on Qlik SAAS?

Thanks