Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I find it very difficult to do math functions in PHPRunner.With PHP I would just do:$total = $hours $regular;$tax = $total $fedand so forth.$reguler and $fed are in a different table than $hoursI can then echo them.I can figure out how to do that with PHPRunner.If I can do this in events, how would I do that?Thanks
https://xlinesoft.com/phprunner/docs/query_designer.htmis what showing you need, namely CALCULATIONS.The Youtube Video: https://www.youtube.com/watch?v=4x7yR8oQHpMis further providing useful information on calculations andfield formatting isues. Wished "from different tables fieldcalculations" is explained nearly at the end of the video. What you see inside that very video, here the jumping betweenSQL and RESULTS tab, is directly the same you see under PHPRsection QUERY and subsequent SQL / RESULTS tabs inside that very QUERY section, so you can easily reference things.
That is what I needed.Thank you