cancel
Showing results for 
Search instead for 
Did you mean: 

Load at runtime

rpuranik
Participant
0 Kudos

Hi: I have a table chart in a popup and hidden at the runtime. When my main dashboard opens it takes a while to load as the table chart in the popup is loading the data behind the scenes. How can this be avoided?

I have set the drill limitation on the table chart to 500 rows.

The panel where the hidden table chart is, the action is set to not show or initialize on startup.

Thank you!!

View Entire Topic
William_Yu
Product and Topic Expert
Product and Topic Expert

Hi rpuranik,

Have you tried below below two options from table builder panel.

Best regards, William

rpuranik
Participant
0 Kudos

Hi William,

Yes, I was playing around and found this setting. I tried that and it loads much faster but when I open the popup the table chart is empty as I chose Always Pause. I am very new to this application designer so still figuring it out. I guess I need to write a script using DataSource.refreshData?

Thank you

Roopa

William_Yu
Product and Topic Expert
Product and Topic Expert

You should refresh this table through API when you open the poppup.

rpuranik
Participant
0 Kudos

Thank you, I am trying this option.