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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
vinayk1
Contributor
Contributor

How to replicate this expression in QLik sense

DATEADD('year',-1,[Month])

 

here [Month] field has date values.

this essentially to get fiscal year as a dimension where year starts from April month.

Labels (5)
1 Reply
MayilVahanan

Hi

Try like below

=AddYears(Month,-1)

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