Hi,
I am trying to create a calculated checkbox field names isLastMonth which return true if the given date is from last month.
I used this sugar Logic to execute it.
ifElse(isWithinRange(monthofyear(today()),2,12),
ifElse(equal(subtract(monthofyear…