I'm creating a formula to suppress a certain field on my Crystal Report if and only if vw_TravelerCommand.Job = vw_TravelerCommand.Top_Lvl_Job.
Here's what I have entered:
IF (vw_TravelerCommand.Job = vw_TravelerCommand.Top_Lvl_Job) THEN TRUE ELSE FALSE
When I hit "Check", it highlights the first instance of vw_TravelerCommand and complains that "The ) is missing."
Clearly it is not missing. What am I doing wrong?
Bonus information: there is an additional data source that is a .ttx file, and because of this, Crystal will not load the data for a preview.