Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
risabhroy_03
Partner - Creator II
Partner - Creator II

Date variable

I want a variable that stores a dynamic date of 31st March and the year should be the current year.

In 2021 my variable should store - 31-03-21

In 2034 my variable should store - 31-03-34.

 

Please help.

1 Solution

Accepted Solutions
MayilVahanan

Try like below

vDate = Date(MakeDate(Year(Today(),3,31),'DD-MM-YY')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
MayilVahanan

Try like below

vDate = Date(MakeDate(Year(Today(),3,31),'DD-MM-YY')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.