Need help in sorting Column chart order

0
        Here I am getting data from microflow. The attribute SrStatus has 4 values which are Closed, Solutioned, Submitted and Analysed. I want to group the data and show it on Column Chart. I was able to do that. But, here I want the bar of Closed status should be high as it as highest value i.e. 195, here it is not showing any bar, the count is correct. How do I get bar height according to their count?  I am using 9.19.0 version.  
asked
1 answers
0

Have you run with a debugger on the DataSource Microflow to verify the count of ‘closed’?

In the configuration of the chart, everything looks okay

answered