cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter as a Report Header

abdul_ranginwala
Participant
0 Kudos

Hi,

I created a report in Crystal Reports to show data for specific dates. How can I make that parameter as a part of the report header?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

sabine_henderson
Active Participant
0 Kudos

From the Field explorer you pull in the paramter field into the report header

abdul_ranginwala
Participant
0 Kudos

Thanks for the answer. I tried it but the header is blank. I created a report from sales Quote table. When the user runs the report, it will prompt to select the beginning doc date and the ending doc date. When I insert the field from "Parameter Fields", head shows nothing but when I insert doc date field from sales quote table, the header shows only the beginning date.

Former Member
0 Kudos

put some text intot the header and check it's comming out

you need to show the parameter field ( from field explorer)

check in the preview click rerfresh

abhilash_kumar
Active Contributor
0 Kudos

Hi Abdul,

If this is date range parameter that you select using the Calendar button, you would need to create a formula to display the start and the end date.

To display the start date use this formula:

Minimum({?Dateparameter})

To display the end date use:

Maximum({?Dateparameter})

Drop these formulae on the Report Header.

Hope this helps!

-Abhilash

abdul_ranginwala
Participant
0 Kudos

It worked. Thank you all .

Answers (0)