i have
datediff("m", [arrivaldate], date())=x
values I am getting for the first several records are
1,7,14,8,2,1,4
when I am evaluating if x<2 and x>0 I am getting false for ALL RECORDS.
because X is a result of doing the datediff(expr) function on a record in a report. the datediff() changes in every record. My results are 0-24 across all records, I am just trying to populate a text box with a number on a report.