In NAV 2009 SP1 and 2009 R2 a Chart can be based on a table thus if the data you want to display is in a table you can display it.
Basically you have to modify the Chart.xml to show what you need.
A lot of the data for the Account Schedules is not ready for Charting, as the data is in memory arrays which only the repeater knows how to display. This specific scenario will be supported in vNext though. Until then you have to base the Chart on table data (and a filter).
The list place also have the capability to display data as a Chart. Click the page actions and Check the Chart Pane. Now you are able to show a Chart based on the data in the underlaying table for the page (filtered by the page filter).
Did that clarify your question?
/henrikm
“This posting is provided "AS IS" with no warranties, and confers no rights.”
Henrik Metzger, Software Development Engineer, Dynamics NAV
MSFT
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks for the reply
However my requirement is to show the Bar Chart according to the filter in RTC (Like "Acc. Schedule Line Bar Chart" - Form)
Thanks,
Mallikarjuna
In NAV 2009 SP1 and 2009 R2 a Chart can be based on a table thus if the data you want to display is in a table you can display it.
Basically you have to modify the Chart.xml to show what you need.
A lot of the data for the Account Schedules is not ready for Charting, as the data is in memory arrays which only the repeater knows how to display. This specific scenario will be supported in vNext though. Until then you have to base the Chart on table data (and a filter).
The list place also have the capability to display data as a Chart. Click the page actions and Check the Chart Pane. Now you are able to show a Chart based on the data in the underlaying table for the page (filtered by the page filter).
Did that clarify your question?
/henrikm
Henrik Metzger, Software Development Engineer, Dynamics NAV
MSFT
Thanks for the detailed reply...
Yes, It's clear.
Regards,
Mallikarjuna