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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
denwo2010
Creator
Creator

Button to show next chart display

Hi,

I have created a button that when pressed it will hide the current table chart and open the next one in line, I have four charts that it cycles through; what I want is to show on the button "Next Table" which chart is coming up next, i.e. "Next Table B" is this possible?

Thanks

1 Solution

Accepted Solutions
pover
Partner - Master
Partner - Master

Here is a possible solution. The button label has the expression:

='Next Table ' & pick(vShowTable,'B','C','D','A')

Regards.

View solution in original post

1 Reply
pover
Partner - Master
Partner - Master

Here is a possible solution. The button label has the expression:

='Next Table ' & pick(vShowTable,'B','C','D','A')

Regards.