I am looking to use an expression which will find the next month end date based on a month end date passed through by a parameter.
I am trying to convert the SQL statement I would use to do this into an SSRS expression. The SQl statement I would use is:
DATEADD("m", +1, @Mth_Start + 1) - 1
I would be grateful for any assistance in letting me know how the above can be converted into an SSRS expression.
Many thanks