I know this formula is getting the hours total for that day but I want to reuse or recreate something that accomplishes the samething with another dataset. Can someone help me?
=Code.FormatHours(
Parameters!HoursToShow.Value,
Fields!ID0_RT.Value,
Fields!ID0_OT.Value,
Fields!ID0_DT.Value,
Fields!ID0_Total.Value)