I am trying to find the number of weekend days specified by a date range (all saturdays and sundays with the date range). I am displaying the date range using the following Totext(Minimum({?Date Parameter}),"dd-MM-yyyy"
+ " to " + Totext(Maximum({?Date Parameter}),"dd-MM-yyyy"
. I know I can get the day of the week number by CStr(Weekday({@formula})). But I can't get these two formulas to work together. I have tried many things but I think I am missing something really stupid. Thanks in advance.
G
G