Using CR 8.5:
Not only is this selection formula ugly, the last three arguments are ignored -
{ARRESULT.Result} <> "0" or
{ARRESULT.Result} <> "" or
{ARRESULT.Result} <> "False" or
{ARRESULT.Result} <> "Not Performed" or
{ARRESULT.Result} <> "N/A" or
{ARRESULT.Result} <> "Not Applicable";
Is there better way (and a way that will test the last three statements)?
Not only is this selection formula ugly, the last three arguments are ignored -
{ARRESULT.Result} <> "0" or
{ARRESULT.Result} <> "" or
{ARRESULT.Result} <> "False" or
{ARRESULT.Result} <> "Not Performed" or
{ARRESULT.Result} <> "N/A" or
{ARRESULT.Result} <> "Not Applicable";
Is there better way (and a way that will test the last three statements)?