Apr 1, 2005 #1 pmgatwork Programmer May 7, 2004 83 GB Hi In a report I use a parameter to get the start and end dates for a report selection. How can I print these dates on the report Peter
Hi In a report I use a parameter to get the start and end dates for a report selection. How can I print these dates on the report Peter
Apr 1, 2005 1 #2 bdreed35 Programmer Mar 2, 2003 1,549 US Are you using one Range parameter, or 2 different parameters 2 capture the values? If you are using 2 different parameters, you can simply drag the parameter fields from the Field Explorer onto the report and they will display. If you are using a range parameter, you can get the start and end values using the minimum and maximum functions in a formula. //@Date Range "Report Date Range from " & minimum({?date range}) & " to " & maximum({?date range}) ~Brian Upvote 0 Downvote
Are you using one Range parameter, or 2 different parameters 2 capture the values? If you are using 2 different parameters, you can simply drag the parameter fields from the Field Explorer onto the report and they will display. If you are using a range parameter, you can get the start and end values using the minimum and maximum functions in a formula. //@Date Range "Report Date Range from " & minimum({?date range}) & " to " & maximum({?date range}) ~Brian
Apr 1, 2005 #3 kskid Technical User Mar 21, 2003 1,767 US Need to be more specific. Where do you want it? What format? You post should also include Crystal Version Database and Connectivity Sample Data Formula if in question Expected output (Layout of each section) The above information dictates the best solution for your problem and greatly reduces the amount of information gathering posts. -LW -LW Upvote 0 Downvote
Need to be more specific. Where do you want it? What format? You post should also include Crystal Version Database and Connectivity Sample Data Formula if in question Expected output (Layout of each section) The above information dictates the best solution for your problem and greatly reduces the amount of information gathering posts. -LW -LW
Apr 1, 2005 Thread starter #4 pmgatwork Programmer May 7, 2004 83 GB Thanks for the responses Upvote 0 Downvote