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: 
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) ) )