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