The following formula works great {TABLE_PRODUCT}IN ["TV","VCR","DVD"]THEN 1 ELSE 0
but I needed to modified it. I needed to add one other criteria, date criteria.
IF NOT IS NULL({TABLE_APPLICATION_DATE}) AND {TABLE_TABPRODUCT.CODPRD}IN ["TV","VCR","DVD"]THEN 1 ELSE 0
The problem is that my latest criteria is being ignored completely. It's only displaying the results of this criteria{TABLE_PRODUCT}IN ["TV","VCR","DVD"]THEN 1 ELSE 0
Help
Thanks again,
R