Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I have Employee.qvd with all fields but in my data model there is only limited fields are there now i want add only one field(empadd) to the data model but I dont want reload entire data model.
Because it will take 2 hours to reload.
Please advise
Vijay, You can check partial reload concept. That may help you.
Have not done it myself, but I think you are looking for a "partial reload". Have a look here:
Load partial data | Qlik Community
What is meant by partial reload? What is its use? Please explain!
partial data load qlikview - Bing
Best regards,
Florian
If it is testing purpose, just load your data model as 'Binary' load and just do left join with your table.
Like
Binary Datamodel.qvw;
Left Join(Employee)
Load KeyField,
NewField
From Source;
Anyhow you are going to load the entire data model some time later, right?
at that time, you can add this script into your data model.