I have a date range for a report from a selector. How can I print that range on the report header? I am inside a Crystal Report – not from code. I have a select expert using a IsBetween on a date field. The form prints everything fine. I just want to display the date range. I have tried the OnFirstRecord and OnLastRecord and WhilePrintingRecord to populate a string within a function – it just shows up as blank in the report.
Share
I found the NthSmallest and NthLargest functions – works perfectly now!