Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
I have created a table in my sheet let's call it "Table_X". I want to create an button, by clicking that button the user can download that "Table_X" as .csv file into their device.
1.How can I do it?
2. Does vizlib button extension can do it? if "Yes", how?
Please the below image for your reference. I would be much obliged if you can help me.!😊
Hello @Olivia_Rose199711 ,
You can download it by two simple ways
Using Qlik Sense Native Export Feature ==>
Qlik Sense provides a built-in way to export tables.
Users can manually export tables by clicking the three dots (•••) in the top-right corner of a table and selecting "Export data".
However, if you want a dedicated button for this, continue below.
2. Using the Vizlib Button to Export Table_X as CSV
Vizlib Button Extension allows you to trigger an export when clicked. Follow these steps:
Step 1: Add the Vizlib Button
Open your Qlik Sense sheet.
Add the Vizlib Button extension from the Custom Objects panel.
Step 2: Configure the Button Settings
In the Vizlib Button settings, go to Actions & Navigation.
Click Add Action → Select "Export Data".
Step 3: Configure Export Data Action
Object ID: Enter the ID of Table_X (You can find the object ID in the table properties > Developer > Object ID).
File Format: Choose CSV.
File Name: Set a custom name, e.g., "Table_X_Export.csv".
Include Title: Yes/No (based on preference).
Include Selection State: Optional.
Open in Browser / Download Directly: Choose Download Directly.
Step 4: Save and Test
Click Apply Changes and test the button.
When clicked, the table should automatically download as a CSV file.
Let me know if you face any issues or you need any further information 😊
Thank you.😊
As well as I found an extension that also do the work easily. I have attached that extension to anyone to whom will be useful in the future.😊
Hello @Olivia_Rose199711 ,
You can download it by two simple ways
Using Qlik Sense Native Export Feature ==>
Qlik Sense provides a built-in way to export tables.
Users can manually export tables by clicking the three dots (•••) in the top-right corner of a table and selecting "Export data".
However, if you want a dedicated button for this, continue below.
2. Using the Vizlib Button to Export Table_X as CSV
Vizlib Button Extension allows you to trigger an export when clicked. Follow these steps:
Step 1: Add the Vizlib Button
Open your Qlik Sense sheet.
Add the Vizlib Button extension from the Custom Objects panel.
Step 2: Configure the Button Settings
In the Vizlib Button settings, go to Actions & Navigation.
Click Add Action → Select "Export Data".
Step 3: Configure Export Data Action
Object ID: Enter the ID of Table_X (You can find the object ID in the table properties > Developer > Object ID).
File Format: Choose CSV.
File Name: Set a custom name, e.g., "Table_X_Export.csv".
Include Title: Yes/No (based on preference).
Include Selection State: Optional.
Open in Browser / Download Directly: Choose Download Directly.
Step 4: Save and Test
Click Apply Changes and test the button.
When clicked, the table should automatically download as a CSV file.
Let me know if you face any issues or you need any further information 😊
Thank you.😊
As well as I found an extension that also do the work easily. I have attached that extension to anyone to whom will be useful in the future.😊