Crystal Reports XI - Professional
Can someone explain to me how to set up the following:
on a form, I have two different locations in the Detail Section. For simplicity, I will call them Location-1 and Location-2.
I have a record coming in that has various fields. Using one of the fields, I want to do this:
if {table1.field-1} = {table2.field-1} then print a variable at Location-1
else
if {table1.field-1} = {table1.field-2}) then print a variable at Location-2.
How do I define the Locations? How do I format the "If" statement?
Can someone explain to me how to set up the following:
on a form, I have two different locations in the Detail Section. For simplicity, I will call them Location-1 and Location-2.
I have a record coming in that has various fields. Using one of the fields, I want to do this:
if {table1.field-1} = {table2.field-1} then print a variable at Location-1
else
if {table1.field-1} = {table1.field-2}) then print a variable at Location-2.
How do I define the Locations? How do I format the "If" statement?