Average time to two decimal places in Expression

  • Hi Experts,

    can you please help me in making the following expression to two decimal places

    =Avg(Fields!TimeInSec.Value, "TotalTime") & " Seconds"

  • 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