Data Criteria selection
Data Criteria selection
(OP)
An inexperienced user of Crystal is in need of some assistance. I need to have specific data show on the report. Right now, one specific column shows either of the following results within each row: P, C, or null/blank. I need to prevent any row showing up on the report with a C. Is this done thru the parameters?
Appreciate any assistance, thanks
Appreciate any assistance, thanks
RE: Data Criteria selection
Type
not ({table.field}='C')
RE: Data Criteria selection
You will need to expand the record selection formula to:
CODE -->
~Brian