Hi,
I have created an RDL file and report is working fine, I have a coloumn with time format ie "hh:mm:ss" I need to add one more coloumn to calculate percentage of time ie out of 24hrs how much time is consumed. I just added a divided by 24 but it is showing error
below is the time coloumn expression
=Format(DateAdd("s", Fields!DURATION.Value, "00:00:00"), "HH:mm:ss")
sandy