Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
user asked below to do this i tried few options but i didn't find anything can someone help on this.
if i export -
if a user selects the filters, the downloaded report should have these filters listed.
timestamp execution data: include a timestamp when the report is downloaded
There is no native option for this. There's a workaround (copied directly from Google but posted on Community often):
Add an extra column to your table or pivot table with a blank expression (e.g., =' '). Use the label expression =GetCurrentSelections() for this column. When the table is exported, the column header will display the active filters.
Alternatively, some third-party extensions, such as VIzlib Library objects, include this option.
There is no native option for this. There's a workaround (copied directly from Google but posted on Community often):
Add an extra column to your table or pivot table with a blank expression (e.g., =' '). Use the label expression =GetCurrentSelections() for this column. When the table is exported, the column header will display the active filters.
Alternatively, some third-party extensions, such as VIzlib Library objects, include this option.
For the Timestamp of when the file was downloaded, one option you can use is the NOW() function in your chart title which will come over in the title of the downloaded file.
If I use in title it's not giving me when i export ?
Any other to do this ?
If you are using qlik cloud, you can use On demand qlik reporting to accomplish this.