Posted by xok
2016-11-02

Hello,
It is possible to Calculate, from field A & field B as a Percentage to field C ?
or
It is possible to Calculate total ,after Search Criteria as field A .
Posted by Tom
2016-11-03

Yes, it's possible. Open the templateweb/staff/tpl.(table-name).search.inc.php and find the fields you want to calculate. e.g.
  
<?php echo $hm->Zb('rs:def:my-field-name'); ?>

You can use the function, $hm->Zb('rs:def:my-field-name') to get the value of the field.