q:Crystal reports multiple heading sections in one report 
Author Message
 q:Crystal reports multiple heading sections in one report


Quote:
>I am trying to have multiple headings for my report that is a customised
>cross tab report. I am able to get the data that I need on the top half and
>the bottom half but I am not able to have heading unique to those sections.
>I tried to move the heading from the Page header to the sections but it was
>of no help.

Try this:

  Create a dummy formula in Crystal, and after pasting it on the output,
delete it. The formula still remains stored and can accept values. Then,
make the formula take a value depending on which section of the detail
output you are. For instance, if the key field to separate the two
sections (a grouping I assume) is smthg like {Customer.State} then set
your formula as

   if {Customer.State} = 'MO' then 'Top' else 'Bottom'

Then, make all headings be formulas instead of plain strings, and include
a condition to test your dummy formula:


This may not be the greatest example, but that's all I could come up with
at this time of the day. I hope you got the basic idea behind conditional
formulas. Not the most elegant thing in the world, I agree.

Good Luck

Peter



Sun, 03 May 1998 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. How to compile multiple reports into one executable under Crystal Report 6.0

2. Crystal Reports, Multiple Sections (Easy)

3. Crystal report with multiple sections

4. Crystal Reports/SQL 2000 - Reporting from a Stored Procedure with multiple selects (for a sub-report)

5. Crystal Reports/SQL 2000 - Reporting from a Stored Procedure with multiple selects (for a sub-report)

6. Need to display multiple lines mini report within one record in a report

7. Crystal Question - Printing multiple jobs from one report

8. Printing multiple reports as one report

9. View Multiple Crystal Report as Single Report

10. Help Multiple page Report with Crystal Report

11. Merging Multiple Reports at Runtime - Crystal Reports.NET

12. VB.net and crystal reports.net Multiple reports

 

 
Powered by phpBB® Forum Software