Is there an easy way to do a select expert for the next full month as opposed to next30days. I have a report that has to be run late in the month for the next month, and it cannot be run on the same day every month.
I tried this and it seems to work. Any reason why it shouldn't, or a better idea?
if month(currentdate) = 12 then
month({@Date}) = 1 and year({@Date}) = year(currentdate)+1 else
month({@Date}) = month(currentdate)+1 and year({@Date}) = year(currentdate)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.