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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator III
Creator III

Get specific date

Hi Community,

how to get date 5th from current month and next  month  and previous month?

can you please help me

1 Solution

Accepted Solutions
ManuelRühl
Partner - Specialist
Partner - Specialist

This works for me:

=date(monthstart(today(),-1)+4)

=date(monthstart(today())+4)

=date(monthstart(today(),1)+4)

Manuel Rühl

View solution in original post

2 Replies
ManuelRühl
Partner - Specialist
Partner - Specialist

This works for me:

=date(monthstart(today(),-1)+4)

=date(monthstart(today())+4)

=date(monthstart(today(),1)+4)

Manuel Rühl
ManuelRühl
Partner - Specialist
Partner - Specialist

@paulwalker If my answer worked for you as well, please mark it as correct, so others can benefit from your question as well. 👍

Manuel Rühl