Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello again,
I have a problem with two years in a digramm. The diagramm should display the month of the current year and the same month of the previous year.
How can I set the properties for the two years in the month.
Thank you.
Hello
One way is to define a variable:
vSameMonthLastYear = month(addmonths(ActualMonth),12)
And then use the variable in your set analysis statement.
Jesper
In your chart, set month as the first dimension and year as your second dimension, you should then be able to see the values grouped by month.
flipside