I use the following expression to get a previous month name.
=MonthName(month(now())-1)
But now that we are in January, I cannot do a -1 in my expression. (the report will not run)
Is there a way to change the expression to say except if Now is January, then go +11 (December)