loveyoursite
Technical User
CRV10 I have a report with a Review.Rating string field which contains either a blank or 6 ratings. I only want to see the records with a blank rating or a rating of 02 or a rating of 06. I could not get the select criteria to work as it would only bring back the 02 and 06 but not the blanks.
Then I tried to use a Detail, Suppress Formula of
{REVIEW.RATING} <> "02" and
{REVIEW.RATING} <> "06" and
{REVIEW.RATING} <> ""
it only brought back the 02 and 06's. If I leave the suppress formula in the report but deselect the box beside "Suppress" then the report brings back what I want.
Does anyone by any chance know why?
Thanks!
Then I tried to use a Detail, Suppress Formula of
{REVIEW.RATING} <> "02" and
{REVIEW.RATING} <> "06" and
{REVIEW.RATING} <> ""
it only brought back the 02 and 06's. If I leave the suppress formula in the report but deselect the box beside "Suppress" then the report brings back what I want.
Does anyone by any chance know why?
Thanks!