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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

table load in qlikview

i have an application already loaded

now i want to load 4 more tables in this ,

without reloading the first as it took half an hour for loading ,

so how i should do that ?

4 Replies
Anonymous
Not applicable
Author

so in all the four tables

should i write add before the load,

prma7799
Master III
Master III

Yes ...

see below in bold

Table11:

ADD LOAD * INLINE [

    Key1, Value1

    A, 100

    B, 200

    C, 100

];