Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
danieldors
Contributor III
Contributor III

Date Match

Hello,

 

I have a data set with two different dates, one is created on and the other closed on, while creating a weekly report I need the data for the table to match the week the report is pulling for, how would I assure that the created on and closed on dates are for the same time frame? Thank you.

Labels (1)
1 Reply
deepanshuSh
Creator III
Creator III

Maybe you can try like this, create an additional field with week_common and logic like that, if (week(created_on)=Week(closed_on), Week (Created_on), Different_week).

Trial and error is the key to get unexpected results.