Showing posts with label headings. Show all posts
Showing posts with label headings. Show all posts

Friday, February 24, 2012

Crosstab Labels

Hi,

I have designed a Cross-Tab Report that goes more than 5 pages.
I have put Title and Row headings on to the Report but it is displayed only on the first page and does not repeat on to the Continuation pages.

Herewith i have attached the sample report on which the title and the row labels are displayed only on the first page and doesn't display on the second page.

How to acheive this.

Hlp Pls...

Ashok.I got the same problem as urs. please send me the solution if u get it. please reply even if there is no solution. my id: vijay@.synergies.com.sg

Thanks,

Vijay

Thursday, February 16, 2012

Cross tab in crystal 8.5

Hi

I would like to know how to add column headings for the cols created in the Cross tab report in crystal 8.5. Most of the cross tab reports are come with horizontal headings as the fields in the database. If I add a few cols in the cross tab and want to have my own custom headings, how do I do that?. Your help is really appreciated.

thanks

ArunHi

It is difficult to change column heading, because the value of particular field is becoming the heading.
One solution is you can replace column field with a formula. Formula return appropriate value for each data in the field.

e.g

If {PLACE} = "Bombay" Then
"Mumbai"
Else If {PLACE} = "Maddras" Then
"Chenni"
Else
{PLACE}