Hi,
I am working on a CRM 2011 project hosted in the cloud. I have created a custom report that is grouping the cases based on the day differences between 2 dates related to the case. I have a calculated field that show day difference and here is the formula
I am using:
=DateDiff("d",Fields!createdonValue.Value, Fields!modifiedonValue.Value)
Seems like the number this method returns is always one below what it should be for all non-zero values:

Does anyone have any clue why I am getting this weird behavior?
Thanks,
Sina
captainsina