crystal report

  • Thread starter Thread starter pearl 123 via .NET 247
  • Start date Start date
P

pearl 123 via .NET 247

(Type your message here)
i am workin on crystal report
i hav created a dataset
i want columnname in report as that of one of field of dataset
ie my dataset contains fields city,department,amount
i want records to b dispalyed as



delhi mumbai pune banglore
admin 100 100 1000 10000
marketing 1000 1000 1000 10000



these citynameand departnment name is comming from database

i am stuck here
and will be very gr8ful if u can help me
 
Hi Pearl,

What you want to create is called a 'cross tab' report. Open crystal and
create such a report using the table of the dataset; select the columns you
want as titles in the 'columns' section; select the columns you want as data
in the summary fields section.

HTH,

Bernie Yaeger
 
Back
Top