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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top