Surpress emtpy row in cross table (Crystal Reports)

Viewed 14

I am counting unique values in a crosstab, a blank value is also calculated as unique value. For this purpose, an extra row is then correctly displayed in the crosstab. I would like to hide this row and can't find a way to do this.

Cross tab example

For me, only the rows with a real number are relevant.

How do I suppress this complete row?

1 Answers

Crystal has no option to filter crosstab. So you need to filter the report using a record selection formula.

If you can't filter the whole report because you need the blank cases in other areas of the report, place the crosstab in a filtered subreport.

Related