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!

cross-tab hwo to fix numbe of columns

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. If no values is coming for any month reports should print zero in the summarized field.
waiting for response.....
 
Dear tanya...

make a formula few fields writing as :

if <tablename>.<fieldname>=0 then
<display 0>

Hope you understood..if not mail me at
netdeb@indiatimes.com
and I will get u the code
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top