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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Jay587
Creator
Creator

If else condition to change the ID

Hello All,

We have an ID that is changed and corrected at source  but in qlik qvd's there is wrong id in qvd's for the 15 days period(wrong id stored already in qvd's) ,Need to change the ID from 112232 to 232434 with if condition for that period.

If any qvd contains ID 112232 need to be replaced with 232434 ,this is my requirement for that period.

I'm trying use this condition but in qvd's id is blank.

If (match(ID,112232 ),232434 ,ID) as ID.

Please help how to correct the data in that qvd's for the date range.

Labels (4)
1 Reply
BrunPierre
Partner - Master II
Partner - Master II

Hi, the syntax looks right. How about posting some samples?