Report Computed Fields: Challenge #2
Another multiple condition flag question: I’d like to flag an item with 1 if it meets two or more conditions (based on different fields). Example:
HistoricFieldValue(State,timestamp("Apr 1, 2013 11:59:59 PM")) == 14 AND GetYear(“Created Date”) == GetYear(Now())
Thank you.

