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

How to insert buttons in column of table?

I am a newbie to Qlik View and have Qlik View 9 Personal Edition installed on my machine. I have a table chart with columns. Now in the last column of the table i need to display buttons based on a particular value in adjacent column of that row. So suppose if the adjacent column value is less than a particular figure then this last column would display a button. On click of this button i need to open a pop up dialog.

My query is that is it possible to display buttons selectively in a column of a table chart? If so then can anybody please help me with this? Also is it possible to code actions in it so that on click of this button a pop up dialog appears?

Any help is appreciated.

Thanks and Regards
Anurag

1 Reply
Anonymous
Not applicable
Author

I am not really sure how you see this.

But you can always put a button with an action on top of the charts.
Make sure layer (Layout tab) is always on top.
On the same tab you can make a conditonal show.
If you make serviral buttons(with differnt action) with different conditional shows

for example:
Button1 >> action1 >>show when sum(xxxx) <100
Button2 >> action2 >>show when sum(xxxx) >100 and <100
Button3 >> action3 >>show when sum(xxxx) <100

Place all 3 buttons in the same place over the charts and the right button will show when the sum is equal conditional show.

Maybe you can use this.