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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
overclocked
Contributor II
Contributor II

Check if data is new or data is existing from yesterday

Hi, i am working on a project, and i need to check if ID is a new entry for today or if ID is exists is from yesterday. Below is my sample data

IDDateQty
AA0014/6/20201500
AA0024/6/2020900
AB0034/6/20202300
AA014/7/20201500
AB0034/7/20202300
AC0074/6/2020500
AD0234/7/20203000

 

Hope someone can answer this. Thank you!

1 Reply
Yakushi
Partner - Contributor
Partner - Contributor

Hello,

How about something like if(Date=Today(),'Today','Yesterday') ?

Regards