Formula to show percentage or division on gauge showing wrong values
I have used below advanced json formula but its showing zero.
Please help and let me know the correct method to find percentage .
I need (sum of punctuality /count)*100
{
"script": {
"inline": "doc['punctuality'].value/100",
"lang": "painless"
}
}
