|
| Iniciado por guest, 19,feb. 2016 17:36 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 19,febrero 2016 - 17:36 |
grMask(CHART_NoName1,grMaskPercent,"99.99%")
This works great until a chart shows 1 data point at 100%. It displays as 1,00%. How can I get rid of that comma and keep the mask I have? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 21,febrero 2016 - 13:36 |
Hi Curtis
If your chart reaches 100 % use an other mask
something like this:
If the value = 100 then grMask(CHART_NoName1,grMaskPercent,"999%") end |
| |
| |
| | | |
|
| | | | |
| | |
|