I have created a Report based upon a query, however, I would like report not to show one particular record. Does anyone know what I would place in criteria of query so that particular record is not shown?
I have created a Report based upon a query, however, I would like report not to show one particular record. Does anyone know what I would place in criteria of query so that particular record is not shown?
In the criteria:
<> 12345
Or whatever the appropriate value is.