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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Labels for Multi-Column Reports

Status
Not open for further replies.

msilka

Programmer
Jan 17, 2002
50
US
I would like to set up the following on a multi-column report

Item 1 Item 2
Customer Price 10 20
Shipping Price 2 2
Supplier Price 5 15
Gross Profit 3 3

I want to have labels like Customer Price, Shipping Price
appear next to my data in column format.

I did look up the tech doc in crystal decisions but my out
put looks like

Item 2
Customer Price 20
Shipping Price 2
Supplier Price 15
Gross Profit 3


Item 1
10
2
5
3

I set up the Detail section into 2 parts (a & b)
The label is in section a while my database fields
are in section b.

I did select the check box to format as multiple columns for the detail section but it did not place
the first record next to the label.

My version of Crystal is 8.0 and I am running it off
a SQL Server Version 7.0 with SP 3.

Thanks
 
You need to make a ttx file and then pass a recordset with two fields in it namely Item1 and Item2, place the two fields corresponding to the ttx entries in the details section
 
I am having the same problem and I don't want to have to create a TTX report. I'll keep you posted if I get a solution.

-heidi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top