Skip to main content
Announcements
UPGRADE ADVISORY for Qlik Replicate 2024.5: Read More
cancel
Showing results for 
Search instead for 
Did you mean: 
Sreekanth_333
Contributor II
Contributor II

Informix | Skip Deletes before 12 months

Hi Team,

We are working on replication from IBM Informix to Snowflake, there is an archive job which runs everyday to delete the record older than 12 month based on the create date. We would like to skip the deletes happening for records that are 12 months older than created so that it would get deleted from target. is there any way to achieve this functionality in Qlik Replicate?

Labels (2)
2 Solutions

Accepted Solutions
john_wang
Support
Support

Hello @Sreekanth_333 ,

Qlik Replicate provides rich filter functionalities, you may use filter expression like:

$AR_H_OPERATION=="DELETE" AND $CRT_DATE<date('now','-365 day')

Hope this helps.

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

john_wang
Support
Support

Thank you for your great support @Sreekanth_333 . Feel free to let us know if you need any additional information.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

3 Replies
john_wang
Support
Support

Hello @Sreekanth_333 ,

Qlik Replicate provides rich filter functionalities, you may use filter expression like:

$AR_H_OPERATION=="DELETE" AND $CRT_DATE<date('now','-365 day')

Hope this helps.

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
Sreekanth_333
Contributor II
Contributor II
Author

Thanks @john_wang !!

Will test this solution and let you know if it works

Regards

Sreekanth

john_wang
Support
Support

Thank you for your great support @Sreekanth_333 . Feel free to let us know if you need any additional information.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!