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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
damien_burns
Contributor II
Contributor II

numerical value of addmonths()

 

Looks like the monthend() expression in the table below takes the numerical value for today(), is that expected behaviour?

:addmonths.png

 
 

 

1 Solution

Accepted Solutions
damien_burns
Contributor II
Contributor II
Author

I dont think addmonths will work but monthend on its own seems to

=num( floor( MonthEnd(Today(),-1) ) )

View solution in original post

2 Replies
Saravanan_Desingh

Try this.

AddMonths(MonthEnd(Today(),-1))

 

damien_burns
Contributor II
Contributor II
Author

I dont think addmonths will work but monthend on its own seems to

=num( floor( MonthEnd(Today(),-1) ) )