cross tab query fill with zero

S

Souris

I have a crosstab query for the report.
It fiills blank when zero counts.
Is it possible to make crosstab query to fill zero when zero counts?

Your information is great appreciated,
 
S

Souris

Thanks for helping,

I uses iif(isnull(count(MyField)), 0, count(Myfield)) to fix the issue.

Thanks,
 
Top