Hello,
I have a requirement where i need to present data in Vertical Bar chart format using direct SQL query on database with connection pool.
As a query output, data is in well sorted format as a tabular form but when i go to present them in vertical bar graph that sorting completely wipe out.
Like my tabular data is populated in below format -
Program | Rank | Value | |
Research Insight | 1 | 0 | |
Galaxy Desktop | 2 | 1 | |
Metis | 2 | 1 | |
AWS | 3 | 2 | |
End Investor | 3 | 2 | |
GFDR | 3 | 2 | |
Galaxy Mobile | 3 | 2 | |
Mercury | 3 | 2 | |
It sorts data as per program value in bar chart, please help me to sort this out.
Thanks
Chandra G.