I'm doing a chart with 6 bars and I need to get this type of format: 12.33% besides that the sum of all the results must be 100%
Expression I'm using: round(intResult/totalPoints)*100&"%"
If the intResult is equal 12 and the totalPoints is 115, I'm getting 10% instead of 10.43%
I also need to know how to detect the higher one and a tie.