Report Computed Fields: Challenge #1
The following report field computation flags an item with a 1 if its State on a specific date/time was 10 (i.e. Closed):
HistoricFieldValue(State,timestamp("Apr 1, 2013 11:59:59 PM")) == 14 ? 1 : 0.
However, I’d like to flag with a 1 if the historical State was 10 (Closed) or 41 (Canceled). I've made several attempts to no avail. Can you assist please?


.