Is there a Data Model disctionary somewhere that we can reference to understand the differences in how different feilds we can report on are calculated or updated?
For instance, when running a report that totals all time entered for a project by task, there are different results depending on which column from the data model you try to take advantage of, see below:
[Presentation].[Projects].[Total Actual Work Hours] seems to give me an accruate total number of hours entered across the project.
How ever when I report the [Relational View].[Task].[Task Total Actual Work Hours] for each task, and add them up, I get a different number that above.
This must mean that the two fields are updated in a different way, or that there is time associated to the project in some what that has not yet made its way into any of the task records [Task Total Actual Work Hours].
If there is no data model disctinoary, any help on the example above would be helpful for the moment.
Thank You