Forum Discussion
iqb
Helper III
3 years agoShow Data in Bar Chart As It Is
I have complex query which get data using SQL. Here is what my SQL returns, | Name | TotalInPer | |---------|-------| | Name1 | 4.07 | | Name2 | 15.08 | | Name1 | 20.47 | and I wanna show...
- 3 years ago
Hope it helps you now, if not please share your sample data (by removing any sensitive information) to work with.
AbbasG
Memorable Member
3 years agoiqb to achieve the second chart you can use a 100% stacked column chart. Based on two columns of your data, I am able to do this.
and the first one its a simple clustered column chart.
Hope it helps.
iqb
Helper III
3 years agoThanks I think I need simple clustered charts