I have a parameter field which take a date range which the user selects and the records are viewed.I need to perform a formula as
Total hours=8*no. of working days.
where the no. of working days should be the according to the date range selected.
Suppose a user selects a date range as 09-06-2104 to 10-06-2104,the no. of working days is 2 and thus the above formula become
Total hours=8*2.
Please suggest me how can i perform this.
Thanks in advance