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: 
Not applicable

comparing date with current week's date

Hi,

I need to comapre the end date field  with the current week's date i.e., i want to display 'Y' if the end date is within the current week else 'N'.could you please let me know how this could be done

2 Replies
tresesco
MVP
MVP

Several ways are there, you can try:

If(Week(today())=Week(End Date), 'Y','N')

Not applicable
Author

Thanks