Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have some code that says:
[A Sessions Link]:
LOAD
1 as dummyrow
Autogenerate(1);
On the second load, you will need to change the table label to Concatenate.
Concatenate ( [A Sessions Link])
ADD ONLY LOAD...
If you look in the data model without the concatenate, you'll see the table created by the second load was named "A Sessions Link-1". You must force concatenation with the first table by using the Concatenate prefix.
-Rob
http://www.easyqlik.com
http://masterssummit.com
http://qlikviewcookbook.com
Ah! Thanks Rob, I hadn't noticed it doing that, I'll check this out.
So does this mean that with ADD ONLY you would always need Concatenate as well? Since ADD wont create a table during partial load and only will only execute during one?
I think partial reload is subject to the same rules of auto concatenation as a regular load.
The Concatenate prefix is only required if you have unlike columns. Some developers always uses Concatenate, unlike columns or not, if the intent is to add rows to an existing table.
-Rob