CR v8.5
I want to be able to search for the same parameter in either of two fields. My current formula is:
This formula behaves strangely:
If I am searching for {Reservation Number Full} and this is to the left of the 'OR' then it reports the correct details. However if {Reservation Number Full} is to the right of the 'OR' statement then it reports no details. The same applies when searching for an {RA Number}.
I want to be able to search for the same parameter in either of two fields. My current formula is:
Code:
{Support_Incident.Reservation Number Full} = {?Parameter} or
{Support_Incident.RA Number} = {?Parameter}
This formula behaves strangely:
If I am searching for {Reservation Number Full} and this is to the left of the 'OR' then it reports the correct details. However if {Reservation Number Full} is to the right of the 'OR' statement then it reports no details. The same applies when searching for an {RA Number}.