This topic is locked

percentage display along with the value

9/11/2019 9:00:17 PM
PHPRunner General questions
F
fpilot author

I am displaying sale1 value but i also want to display percentage along with the field value. how can i do that? e.g
sale1 value is = 100

TotalSales = 500

percentage is = (100/500)*100

which is = 20%

now how should i display in sale1 as = $100 (20%)

I dont want new field as i already have too many fields.

Sergey Kornilov admin 9/12/2019

You can achieve this using 'View as' Custom:

https://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm

F
fpilot author 9/12/2019

But I don't have percentage field in my table but can I display after processing the field value like this

$100 (20%)



You can achieve this using 'View as' Custom:

https://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm