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: 
ashishpalkar
Creator III
Creator III

Image on each chart row

Hi

I have created chart table and want to add image on each row of one column.

Upon clicking on that image another Chart Table should open and pass few parameters to other table.

Any suggestions?

Thanks in advance,

Ashish

5 Replies
roger_stone
Creator III
Creator III

If the image is actually a text object, you could make a trigger action that opens up your secondary chart(s).

Chanty4u
MVP
MVP

hi,

as roger said...it can be psbl by usng textobject and button.....only....

miguelbraga
Partner - Specialist III
Partner - Specialist III

Hi Ashish,

After defining it, you must put in the chart a variable like this:

=vTable='Yes'

Then in the text object with the image put a trigger witch sets a variable (vTable) to the value of:

=if(vTable='Yes', 'No', 'Yes')

This should to what you want

Regards,

MB

ashishpalkar
Creator III
Creator III
Author

Thanks, Braga i will check this workaround. Can you send me sample QV document.

miguelbraga
Partner - Specialist III
Partner - Specialist III

Sure, just let me make one good for you