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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Edit script

I have multiple tabs in edit Script section. Is it possible to reload only the specific tab.

3 Replies
Not applicable
Author

Hi,

You can just comment the script in other tabs and reload...

Not applicable
Author

I dont think this is possible..just comment out your scripts in the tabs you dont wish to be reloaded.

Regards,

Miguel_Angel_Baeyens

Hello,

It's not, as the script, although organized in several tabs, is loaded as just one (as you can see in the Debug process).

You can do a partial reload, where you have to add ADD or REPLACE to your LOAD statements and control all those tabs you don't want to be affected by the partial reload doing

If(Not IsPartialReload()) Then // Your tab here End If


Hope that helps