Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Chart for Bizform View modes: 
User avatar
Member
Member
bse_2004-hotmail - 11/15/2013 12:13:40 AM
   
Chart for Bizform
Any way we can show data captured by the BizForm to be displayed as charts? We have users selecting yes/no for different questions and at the end the mangers would like to see result graphically.

User avatar
Kentico Support
Kentico Support
kentico_filipl - 11/15/2013 7:46:05 AM
   
RE:Chart for Bizform
Hello,

This can be achieved quite easily. Kentico CMS features a built-in functionality to create reports and graphs from any database data. To make such a graph, you need to create an empty report in CMS Desk -> Tools -> Reporting -> [New category] -> New report first.

After that, navigate to the bottom of the new report view and select Graphs -> New. Enter a new graph name and an SQL query to fetch the data from the database, for example:
SELECT ItemText, ItemValue FROM Form_MySite_MyBizForm

Afterwards save the graph and the report. To display the graph on the site, place Report chart web part in the template and select your report and graph to be shown.

Best regards,
Filip Ligac

User avatar
Member
Member
bse_2004-hotmail - 11/17/2013 5:30:50 PM
   
RE:Chart for Bizform
Thanks for the steps, it works