Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI All
I use a QVD file to store all my data. I regularly add to the QVD file as new data is available then reload into Qlik
I would like to swap and replace specific data for a specific field within my QVD. I know I could simply reload the data into the QVD and replace the old, but I'm guessing there is a way to replace specific existing data when loading the QVD data itself.
I was thinking when loading the QVD into Qlik of using the "IF(Fieldname='ABC','XYZ') as Fieldname" statement, but as you know that wont work as Qlik thinks you are adding a new fieldname. I dont want to create a new Fieldname.
Is there a way to use the IF statement or something else?
Thanks
Attaching separate files.
Hi Mark,
Attached an example with some random data.
What I did was basically what you described.
1. Load the data from the file
2. Save the table to QVD
3. Drop table.
4. Load another table from the QVD and using some condition.
5. Store the table in the same QVD.
Hope it helps.
Regards,
Felipe.
Hi Felip - I cant open your example
Attaching separate files.
thats what I was thinking but didnt know how to write. Thanks!