Need help in making a pie chart using quickchart.io

Hi,

I am trying to make a Pie Chart in my Detail view using different values from the columns but somehow not able to achieve it, I am sure there is something I am mission in the the expression.

This is the expression I am using:-

 

Ashish_Masih_1-1728127395970.png

and this is the result I am getting:-

Ashish_Masih_2-1728127459217.png

 

Can some one please tell me how can I make it a proper Pie Chart with Labels and with increased size?

Thanks in advance. @Koichi_Tsuji @Steve @Suvrutt_Gurjar 

 

 

 

0 4 237
4 REPLIES 4

It looks like you ARE getting a pie chart.  I suspect one of your data points is taking over the chart - i.e. its value is 100 or greater.  Double check the column data values.

If you find no issues there, then I would suggest to go back to quickchart.io and get their example pie chart text string, insert it into your app and get it to work.  Then start replacing their sample data with your variables.

Hi thanks for your reply, but I have checked the table and the column data values, it doesn't seems any issue with the values, please see the below screenshot of the table.

Ashish_Masih_0-1728243128694.png

 

Looking at that table may not give you the info you need.

What I typically do in these cases is create Virtual Columns that mimic the values I am trying to use.  I'll display them temporarily in a view or create a view displaying them so I can see what is actually assigned during running of the app.

For example, I would create "Test 1" as a Virtual Column and assign it the expression DECIMAL([In Process - Search form]) * 100

Repeat for all the other values passed to quickchart.

Add these test VC's in a view,  run the app and see what values are actually assigned.  You'll likely find unexpected values are being assigned and you'll know exactly where to look in your app for the problem.

the value columns are Virtual columns , still I am not getting the results

Top Labels in this Space