Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I would like to make a graph where different year is presented by each line in the chart.
I count number of incomming invoices each year.
on the x-dimension i have months
on y- dimension i have the sum
In th table where i count the number of invoices i have a collumn with the HistoryDate, se picture below.
The solution was like its.Anandrjs said: Split the date field so that year is displayed in a seperated collumn then I used the set analysis for each expression:
Sum ( { [ HistoryYear1 ] = { ' 2011 ' } > } ) Historycount)
Hi,
You need to create a seperate expression for the years.
Regards
Anand
How do you mean. I have to seperate the year in the history table?
Like this?
And then use a set expression?
The solution was like its.Anandrjs said: Split the date field so that year is displayed in a seperated collumn then I used the set analysis for each expression:
Sum ( { [ HistoryYear1 ] = { ' 2011 ' } > } ) Historycount)