Hi
I'm currently using Crystal XIR2 against a Composite data source. I'm trying to create a report with a cross-tab look with out using a Cross-Tab.
The report has one group(Country). Within this group I have one field containing all the states(State). The third field is a date(date)
When I run the report this is how my data renders:
US
CT 1/1/2001
MA 2/2/2001
NY 1/4/2001
TX 1/5/2002
I would like to display the data in one single row.
US CT MA NY TX
1/1/2001 2/2/2001 1/4/2001 1/5/2001
I would keep the single group on Country and create individual text boxes for the State and place in the group header(State)
I have tried adding mulitiple detail sections and placing the date field on each of the detail sections with a suppress formula.
Suppress Formula(1st detail section): Table.State<>CT
Suppress Formula(2nd detail section): Table.State<>MA
Suppress Formula(3rd detail section): Table.State<>TX
Then I select the option to underlay the below sections in 1st detail and 2nd detail sections.
the dates do not line up in one row when viewed. I end of getting a staggered view.
Group US
Detail(a) 1/1/2001
Detail(a) 2/2/2001
Detail(a) 1/4/2001
Detail(a) 1/5/2002
I appreciate your help, you have helped me in the past.
Thanks
I'm currently using Crystal XIR2 against a Composite data source. I'm trying to create a report with a cross-tab look with out using a Cross-Tab.
The report has one group(Country). Within this group I have one field containing all the states(State). The third field is a date(date)
When I run the report this is how my data renders:
US
CT 1/1/2001
MA 2/2/2001
NY 1/4/2001
TX 1/5/2002
I would like to display the data in one single row.
US CT MA NY TX
1/1/2001 2/2/2001 1/4/2001 1/5/2001
I would keep the single group on Country and create individual text boxes for the State and place in the group header(State)
I have tried adding mulitiple detail sections and placing the date field on each of the detail sections with a suppress formula.
Suppress Formula(1st detail section): Table.State<>CT
Suppress Formula(2nd detail section): Table.State<>MA
Suppress Formula(3rd detail section): Table.State<>TX
Then I select the option to underlay the below sections in 1st detail and 2nd detail sections.
the dates do not line up in one row when viewed. I end of getting a staggered view.
Group US
Detail(a) 1/1/2001
Detail(a) 2/2/2001
Detail(a) 1/4/2001
Detail(a) 1/5/2002
I appreciate your help, you have helped me in the past.
Thanks