SQListic
SSCertifiable
Points: 6904
More actions
August 12, 2013 at 3:57 pm
#297694
Hi Experts,
can you please help me in making the following expression to two decimal places
=Avg(Fields!TimeInSec.Value, "TotalTime") & " Seconds"
August 12, 2013 at 4:17 pm
#1640726
Got it 🙂
=Format(Avg(Fields!TimeSec.Value, "CycleTime"),"N2") & " Seconds"
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply