Getting “A number, currency amount, boolean, date, time, date-time, or string is expected here.” in Crystal Reports formula?
Do you know, Crystal Reports (I am on version 2008) would not support > = (yes, with a space), but >= ?
Example: this is an invalid statement: if {Command.MyAge} >= 65 then “Start saving money!” else “Keep spending :-)”;
Why it is so difficult to not have both cases working? Hah, spent extra 15 minutes figuring out why I get this error.