Hi all,
I have been looking for easy ways to manage this, but so far no satisfying solution.
Requirement:
In a given dataview, where the screen has a month selection (user is supposed to enter actual values for this month), I need to display as a comparison :
- the year to date budget value (easy)
- the year to date actual value (easy)
- the full year budget value => not so easy !
Current workaround
The current workaround is a fixed ReferTo on the december month for the current year, + a yearly cumulated value.
Other tested solution : feed a "current year" flag and do a referto on this flag, but this does not work as the selection intersects the screen selection and shows only one month.
Issue
There is no way to make this dynamic and follow the month selection !
Idea
Add a "Full Year Value" Time function that will provide for this block the total value of all 12 months of the year currently selected.