0

I have been doing some calculation and able to find my solution but I want to go back to convert my average(587.3) into years, months and days. I'm using (ssrs 2008) for reporting. I have my avg(Fields!XXX.Value)to calculate the average inside my text box. Sorry for my English as this is my second language

tmg
  • 19,895
  • 5
  • 72
  • 76
makoz
  • 61
  • 1
  • 3
  • 13
  • 1
    This questions has already been discussed on SO [here](http://stackoverflow.com/a/13132236/981380). Hope this helps. – dinesh Nov 20 '12 at 05:45

1 Answers1

0

If you really have "a number of days", then you don't need to take care of leap years etc, because this number (of days) doesn't refer to a "date". You might choose 360d/y and 30d/m as it is usually done in financial calculations.

igrimpe
  • 1,775
  • 11
  • 12
  • can i do my calculation inside my expression field?to convert years months and days display if i have =avg(Fields!XXX.Value) within this code – makoz Nov 21 '12 at 20:34