loschiavoj
Programmer
I am trying to have a formula look for a Name in Table1/Column1 and return the number in the same row for Table1/Column2. When i execute the following nothing is presented in the filed for {Table1_Column2}. This is on CR 11.0 using an Oracle database.
if {?Parameter} in {Table1_Column1}
then
{Table1_Column2}
else
"No Records Found
if {?Parameter} in {Table1_Column1}
then
{Table1_Column2}
else
"No Records Found