I was receiving [BC30205] End of statement expected Error
when I tryed to concatenate:
=INT(AVG(Fields!HT.Value)/360) ":" &INT(AVG(Fields!HT.Value)/60)
Please hlp!
Thank you.
= CSTR(INT(AVG(Fields!HT.Value)/360))+":"+CSTR(INT(AVG(Fields!HT.Value)/60))
No comments:
Post a Comment