This question has been flagged

Hello Fiends,

I want to display pie chart on form view of my object (project.progress). All Fields are displayed and working fine. Having problem how to crate pie chart and display it on front view.


Avatar
Discard

If answer helped you, please give up-vote and click on right tick mark. Thank You :)

Best Answer

Hello Zicklee,


As per all comments and research, it's not possible in standard, I think we can use button to display the Pie chart , button on click event of those objects in view :

 EG:    <button name="%(action_pie_chart_object)d" string="Display Pie Chart..." type="action" />


Or


We can create 2 sheets in one form, I didn't do that but u can try by creating 2 sheets. One for form view and another for chart view. 


Do let me know it is working or not.


Thanks,

Chandni.

Avatar
Discard