CalgaryCR9
Technical User
I want to write, in Crystal Reports 9 a formula on the following fields:
{SERVICE_CALL.CREATE_DT}=YearToDate
{PART.PART_VENDOR_ID} not equal to 109 or 103 or 141
My base formula is:
if
({SERVICE_CALL.CREATE_DT}=YearToDate and {PART.PART_VENDOR_ID}<>(?????????????)
then 1
What is the correct syntax for writing the "NOT EQUAL TO" portion of this formula?
Thanks in advance.
Joy
{SERVICE_CALL.CREATE_DT}=YearToDate
{PART.PART_VENDOR_ID} not equal to 109 or 103 or 141
My base formula is:
if
({SERVICE_CALL.CREATE_DT}=YearToDate and {PART.PART_VENDOR_ID}<>(?????????????)
then 1
What is the correct syntax for writing the "NOT EQUAL TO" portion of this formula?
Thanks in advance.
Joy