CRXI - SQL server
I currently us the above as a formula that displays in the report header. However, I need it to be the actual date range selected for the report. With my formula it shows the min and max of data within the date range.
My current forumla is @DateRange:
"For the Period " + ToText (Minimum({Service_Time_DMC.begin_date}),"MMMM d, yyyy" )+ " to " +
ToText (Maximum({Service_Time_DMC.begin_date}),"MMMM d, yyyy" )
Any help is appreciated!
I currently us the above as a formula that displays in the report header. However, I need it to be the actual date range selected for the report. With my formula it shows the min and max of data within the date range.
My current forumla is @DateRange:
"For the Period " + ToText (Minimum({Service_Time_DMC.begin_date}),"MMMM d, yyyy" )+ " to " +
ToText (Maximum({Service_Time_DMC.begin_date}),"MMMM d, yyyy" )
Any help is appreciated!