In my report, I have the following 8 fields. What I would like to do is if the value is the same in any of these, I need it to return a phrase "Duplicate Diagnosis" else pull nothing back (NULL).
Example - if the end user enters 724.02 in {Data.Diag1} and {Data.Diag4} - it would return my phrase. If they were all unique then NULL.
{Data.Diag1}
{Data.Diag2}
{Data.Diag3}
{Data.Diag4}
{Data.Diag5}
{Data.Diag6}
{Data.Diag7}
{Data.Diag8}
Example - if the end user enters 724.02 in {Data.Diag1} and {Data.Diag4} - it would return my phrase. If they were all unique then NULL.
{Data.Diag1}
{Data.Diag2}
{Data.Diag3}
{Data.Diag4}
{Data.Diag5}
{Data.Diag6}
{Data.Diag7}
{Data.Diag8}