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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

partial reload

Hello

is there a way to partially reload a document?

I mean I have added users to the section access table and I want to reload the document

I don't want to actually reload the whole data, except the section access table

is this possible?

please advise

I can walk on water when it freezes
3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    You can try this.

    Add  "Add" keyword before the load statement. For example.

    Add Load * from abc;

    And then save the script and then from file menu click the partial load.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
ali_hijazi
Partner - Master II
Partner - Master II
Author

so you mean that whereever I add the "Add" to a load statement then this statement that is reloaded and the load statement that doesn't have the "ADD" will not be loaded?

I can walk on water when it freezes
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

 

    Yes you are right.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!