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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

scripting

hi,

if i want to relaod just  few of my tabs.

how can i do that?

tnx, adi

4 Replies
nilesh_gangurde
Partner - Specialist
Partner - Specialist


Hi,

Each tab is from the single datamodel. Hence you cant reload only few tabs.

but you can use the "partial Reload" to reload the application.

-Nilesh

sundarakumar
Specialist II
Specialist II

U can give

exit script;

at the end of the tab with which u want to stop the reloading.

Sundar

its_anandrjs
Champion III
Champion III

You can use Partial Load but for tables only not for tab because tab is design by the tables.

Eg:-

Add

load

Name,

Number from NewPersons.csv;

And if on load script you want to do that then use Exit script like create a tab with command Exit Script;

and make position of the tab above the tabs from which you dont want to reload the data and also you use /* comment the whole script like

Tab1:

Load * from location;

/*   or you can use Exit Script

Tab2:

Load & from Location;

Another Example:-

Tab1                Tab2               Exit Script Tab          Tab4

Load                Load               Exit Script;               Load         

Statements      Statements                                     Statements

ashfaq_haseeb
Champion III
Champion III

Hi,

You can go edit script and go to specific tab and comment those tabs that you don't want to load.

Hope it helps

Regards

ASHFAQ