Handling Crosstab Nulls

  • Thread starter Thread starter Scott C
  • Start date Start date
Scott C said:
Can a crosstab query be configured to replace Nulls with
Zeros?

Yep.

In design view there will be one column with a crosstab heading of
"Crosstab" and a total heading of "Count" or "Sum" etc.. Lets use "Count"
as an example. Change the setting "Count" to "Expression" and then in the
Field where you now have something like....

The Value: ID

Change to ...

The Value: Count(Nz(ID,0))
 
Rick,

Thanks. It worked like a Charm.

Scott
-----Original Message-----


Yep.

In design view there will be one column with a crosstab heading of
"Crosstab" and a total heading of "Count" or "Sum" etc.. Lets use "Count"
as an example. Change the setting "Count"
to "Expression" and then in the
 
Back
Top