Hi i have the following Expression:
Count({$<[YearDate] = {2012}>}[Location])
How can I make the same expression where the YearDate NOT equal to 2012.
I tried
Count({$<[YearDate] <> {2012}>}[Location]) but it is giving me error.
Thanks,
Alec,
Try -=
Count({$<[YearDate] -= {2012}>}[Location])
I am still getting a little red line under it? would that mean it is wrong?
No, it doesn't. Sometimes QV shows red even though there is no error. Just try it out.