Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

automatic updation of a modified excel

Hi,

I have created a Qlikview file from an excel. Later i appended one new column to my excel. How do i get it to reflect in my qlikview file

3 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

you can add the new column in the Load Script.

Not applicable
Author

Thanks. got it

its_anandrjs
Champion III
Champion III

Hi,

You can try this also

Source

Load *

From ExcelSource;

Concatenate

//Add new field

Load

NewField //Newfield from excel

From ExcelSource;

Regards

Anand