I need to compute the current month minus 1. For example if the current month is December (12) then I need to pass the value "11" via the variable. (The server uses month with Index 0.)
I can see how to use CurrentDate and also Date, but I can't see how to write an expression to manipulate the CurrentDate (ie MM-1).
Is it possible?