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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create an Excel Report with a Button

Hi Guys,

I wish to create a button on my spreadsheet that does the following :

Retains the current selections

Pulls specifc Field Names

Exports to excel.

I can build the "Report" within a Table Box, but I dont wish to have a tablebox sitting on the page ,

Can anyone advise or offer an alternative ?

Thanks

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

Under Properties, on the Layout tab. Set a condition for showing the object. Probably best to create a variable something like: vShowTable = 'True' when you want to see the table and = 'False' when you want to hide it.

View solution in original post

3 Replies
m_woolf
Master II
Master II

Build the report in a table box and hide the table box.

Not applicable
Author

Thanks Mwoolf

Do you know what is the best way to hide a table box ?

m_woolf
Master II
Master II

Under Properties, on the Layout tab. Set a condition for showing the object. Probably best to create a variable something like: vShowTable = 'True' when you want to see the table and = 'False' when you want to hide it.