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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
2 Replies
tresB
Champion III
Champion III

Several ways are there, you can try:

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

Not applicable
Author

Thanks