Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to add a passthru filter on full load only task to load incremental data everyday. I tried few expressions but nothing is working. The source is aws rds postgres.
$created_at > current_date - interval '1' day
$START_TRAN_DATE >= DateTime('Now', 'LocalTime', '-1 Day')
here are some article that should help :
https://community.qlik.com/t5/Qlik-Replicate/Enable-Passthrough-Filter-on-Replicate/td-p/1993506
https://community.qlik.com/t5/Qlik-Replicate/Pass-thru-filter/td-p/2411372
this is what I got from those links and it didn't work
$last_updated_timestamp >= trunc(CURRENT_DATE - 1)
Hi @vabclb ,
How about if you remove the prefix "$" unless it's part of the real column name.
Regards,
John.
I forgot to update this, yeah, I thought that the variable should be called, but on friday, I hardcoded the column name and it worked. thx
Hi @vabclb ,
Thank you so much for your great support!
Regards,
John.