B
Begonia
Guest
I have a query which returns a number of fields, one of which is a date, format dd/mm/yyyy, and another an integer number (less than 12).
I want to build an expression for another column in the query which takes the date, subtracts the number of months represented by the integer, and returns the last day of the month prior to that result (in the same date format as before), but the expression I'm building is apparently too complex to be evaluated.
Can anyone help me?
I want to build an expression for another column in the query which takes the date, subtracts the number of months represented by the integer, and returns the last day of the month prior to that result (in the same date format as before), but the expression I'm building is apparently too complex to be evaluated.
Can anyone help me?