Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to load a set of tables and not have QLIK attempt to associate them at the end of the load.
I don't want to use QUALIFY * as this will end up with all my tables with the tablename in the field
I don't want to have to have a sperate App for each table.
I want to have 1 App that does the load of all the tables from the database schema and store to QVD files only.
We will do the modelling in another App / QVD file.
Then we can manage the data loads and modelling separately.
Thats a typical tiered architecture. thats ok.
but if you want to store the qvds only in this app. just drop the table after you store it
Then why don't you create an extractor in Qlikview which extracts the data from the tables and then store it in QVD.
Post this, drop all the tables from the QVW file.
Sufficient?
this is what I am doing BUT, after the tables get loaded QLIK sense then tries to do the associations and when this fails, it fails the entire dataload. At the end of the dataloads I want to say 'Don't try to associate anything'.
Okay, but that is the property of Qlik. If you have same column names, then association will be made automatically.
And you don't want to change the column names and use Qualify operator?