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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

current day

hi,

i have field with date, i want to show all the line that Greater than today date,

it's obvious that today date should Refers to the current date iche day.

how can write in the script ...

 

if[(datefield]>Today([datefield),'שולם','צק דחוי') as(status)

thanks'

yarin

1 Reply
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

This should do it:

if(datefield > today(), 'שולם' ,'צק דחוי') as status

Regards

Jonathan

Fixed missing closing bracket

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein