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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Tabular table

I want to show tabular table like Icon.

If i click on  that then t will show otherwise it will show like icon

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Enable the Allow Minimize option on the Caption tab. Then minimize the chart to show it like a sort of icon. Or create an icon image of your liking and use that as background image of a text box item. Create a variable vShow and give it the value -1. Add a Set Variable action to the text box using vShow as variable and =NOT vShow as value. Then on the Layout tab of the table enable the option Show Conditional and use as expression =vShow.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Enable the Allow Minimize option on the Caption tab. Then minimize the chart to show it like a sort of icon. Or create an icon image of your liking and use that as background image of a text box item. Create a variable vShow and give it the value -1. Add a Set Variable action to the text box using vShow as variable and =NOT vShow as value. Then on the Layout tab of the table enable the option Show Conditional and use as expression =vShow.


talk is cheap, supply exceeds demand