problem generating funnel type charts with C/AL code

davmac1davmac1 Member Posts: 1,283
edited 2014-03-17 in NAV Three Tier
I have been developing NAV 2013 charts using custom code because of the data values required.
The column type charts all work fine, but I am having a problem with the funnel type.
For the column type charts, I use the addmeasure, addcolumn, and setvalue functions from the Business Chart Buffer table.
(With the funnel type, you get a clean compile, but no funnel.)
Is there a combination that will work for the funnel type, or will I need to call the Microsoft dotnet business chart functions directly?

Turned out I forgot to simplify it - following the pie example in the following blog works.
http://mibuso.com/blogs/ara3n/2013/03/05/nav-2013-chart-add-in/

I have been using Rashed's post as a base for more complicated charts where the values are coming from different tables. This still works great for funnel and pie.

Thanks again ara3n (Rashed) for blazing the trail. :thumbsup:
Sign In or Register to comment.