From: Michael R. <mi...@re...> - 2014-09-03 12:04:52
|
Hello mark, > I hope this is read by someone,… as I have noticed the web page has been filled with spam,.. Oh no, not this again... > Which nicely displays “/(13.0472%)” …. Perfect, almost!! Just Too many digits after dp. Theres no need to do rounding on the expression (although there is a ceil() and floor() function, and rounding could be implemented like "floor(10*x+0.5)/10" The widget where you use the expression has a "precision" argument, which should do what you are looking for. to get the percent sign, use a postfix. hope this helps, michael -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |