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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
risabhroy_03
Partner - Creator II
Partner - Creator II

Dynamic Date field

I have a field [ASDT] and my condition is 

where [ASDT] = '31-03-current year'

Example - 

Current year - 2021 then [ASDT] = '31-03-21'

If current year - 2022 then [ASDT] = '31-03-22'

My [ASDT] is in the below format

risabhroy_03_0-1638330688114.png

 

Help me how to achieve this.

 

1 Solution

Accepted Solutions
MayilVahanan

Hi 

Try like below

where Floor([ASDT]) = Floor(MakeDate(Year(Today()),3,31));

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

Hi 

Try like below

where Floor([ASDT]) = Floor(MakeDate(Year(Today()),3,31));

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