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

add one new field

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

3 Replies
sateeshkumar
Creator
Creator

Vijay, You can check partial reload concept. That may help you.

Not applicable
Author

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

settu_periasamy
Master III
Master III

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.