Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
so in all the four tables
should i write add before the load,
Yes ...
see below in bold
Table11:
ADD LOAD * INLINE [
Key1, Value1
A, 100
B, 200
C, 100
];
check this help file as well
http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/Add.htm