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: 
krithikarees
Contributor III
Contributor III

15TH OF EACH MONTH

I have a field that has all dates for each month. However I need to only pick 15th of EACH month and set it to a date ? How do I write it in the load script?

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be this

Date(MonthStart(Date) + 14) as Date

View solution in original post

1 Reply
sunny_talwar
MVP
MVP

May be this

Date(MonthStart(Date) + 14) as Date