Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

no getting solu'n for to fix columns in crosstab

Status
Not open for further replies.

tanyasharma

Programmer
Apr 29, 2002
21
US
Hi!
I am working on crosstab report and I have months as columns. My problem is that when report gets values for January, Febuary it prints only these two months but I want to show complete 12 months as columns on the report every time. If no values is coming for any month reports should print zero in the summarized field.
waiting for response.....
 
This is the way crosstabs work - no data, no column (or row).

To fix this, you need to put dummy data - even if it is a zero dollar or quantity - in your database, at least one record per month. Then all 12 columns will appear.

Alternatively, look at the FAQ section for "manual" crosstabs. Software Support for Macola, Crystal Reports and Goldmine
dgilsdorf@mchsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top