I know reporting is not a function of gravity forms, but how difficult is it to access data in the database? All I need to do is create pie charts based on user registration data. I want to use the EasyChartBuilder plugin and it's syntax is pretty straight forward, it uses manual data entries to draw the chart eg :
[easychart type="pie" height="300" width="620" title="Sample pie chart" groupnames="Group 1, Second group, Group 3" groupcolors="FF00FF, 005599, 229944" valuenames="Value 1, Value 2, Value 3, Value 4" group4values="22, 41, 15, 133"]
So... if I can get the data from the database, do the calculations in php and just create a shortcode, I am set.
From what I read in some of the other posts, the gravity forms data in the database is not so easy to access?
Or is there maybe another way of doing this?