Is it possible to do datamining on chart element ? I have a report that display sales per year (Y axis Sales, X axis = Year ). What i want is when i click on a values of my chart to launch the report per Month.
I've added on the chart values the action Jump To Report. When i click on my graph i can open the report per month . My problem is that the report display all month for all years and what i want is to display only month for the year click on the report per Year. For example if i click on the report per Year a values which is year is 2006 i want my report to open for all the month in the year 2006 but i don't know how to detect which values was click.
Is it possible to do something like that ?
Thanks and sorry about my bad English ^_^
Well i found how to do it. I added parameter to my report per month and when i click on my report per year i send a start and end date for the year click. It seems to work fine.