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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
vabclb
Contributor III
Contributor III

Passthru filter not working

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')

Labels (1)
5 Replies
vabclb
Contributor III
Contributor III
Author

this is what I got from those links and it didn't work

$last_updated_timestamp >= trunc(CURRENT_DATE - 1)

john_wang
Support
Support

Hi @vabclb ,

How about if you remove the prefix "$" unless it's part of the real column name.

Regards,

John.

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

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

john_wang
Support
Support

Hi @vabclb ,

Thank you so much for your great support!

Regards,

John.

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