cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAC "Only data of the table that are on the current page will be exported to an Excel file." Issue

Eliram_Lugassi
Participant
0 Kudos
187

Hi,

i'm getting this warning message when trying to run an Excel export on all the tables in my story.

"Only data of the table that are on the current page will be exported to an Excel file."

tables are nested in tab strips in different pages.

 

i'm using in with a button in on click event : 

Exporter_Excel.exportReport();

Accepted Solutions (0)

Answers (2)

Answers (2)

Yogeshwar_M
Participant
0 Kudos

Hi @Eliram_Lugassi,

Here are the steps to create excel export button

  1. Create script variable

Use left side panel as shown below

 

Yogeshwar_M_0-1748437549065.png

 

Yogeshwar_M_1-1748437549068.png

 

 

  1. Select Include widget option and select the table you want to export

Yogeshwar_M_3-1748437719458.png

 

 

 

  1. Add Button

Write below script on button

 

Application.showBusyIndicator();

 

ExportToExcel_1.exportReport();

 

Application.hideBusyIndicator();

 

Hope this will work for you.

Thanks.

Yogeshwar_M
Participant
0 Kudos

Hi @Eliram_Lugassi,

You may be copied this export button from another page. 

You need to be create new variable in same page that you want export. 

Kindly accept if you find it useful.

Thanks.

 

 

Eliram_Lugassi
Participant
0 Kudos

thank you, 
i created this excel exporter on this story, not resolved