Jun 21, 2002 #1 huskerfan1 IS-IT--Management Joined Aug 22, 2001 Messages 20 Location US I have a date paramter field in a report for selecting a date range and I would like to display that range in a title. Any ideas?
I have a date paramter field in a report for selecting a date range and I would like to display that range in a title. Any ideas?
Jun 21, 2002 1 #2 dgillz Instructor Joined Mar 2, 2001 Messages 10,059 Location US Create a formula field: ToText(minimum({?DateRange})+" to "+ToText(maximum({?DateRange})) and place it in the report header. Software Support for Macola, Crystal Reports and Goldmine 714-348-0964 dgilsdorf@mchsi.com Upvote 0 Downvote
Create a formula field: ToText(minimum({?DateRange})+" to "+ToText(maximum({?DateRange})) and place it in the report header. Software Support for Macola, Crystal Reports and Goldmine 714-348-0964 dgilsdorf@mchsi.com
Jun 21, 2002 Thread starter #3 huskerfan1 IS-IT--Management Joined Aug 22, 2001 Messages 20 Location US thanks! Worked fine! Upvote 0 Downvote