Hello,
i need to calculate a KPI in ZOHO creator:
i have the first Field called 'Montant_Total'
using the Panel i can get the Sum() of all 'Montant_Total' like:
<text type='Form Data' value='thisapp.Cr_er_Task.Montant_TOTAL.sum' size='8' color='#2A70E7' bold='true' marginTop='2px' displayType='actual' decimalPlaces='2' decimalSeperator='.' numberScale='none'> </text>
and i have also all the inout (Count) using the script bellow :
<text type='Form Data' value='thisapp.Cr_er_Task.ID.count' size='8' color='#FF8318' bold='true' marginLeft='5px' marginTop='5px' displayType='actual'> </text>
Now how can i divide the first one / one the second one to caclulate my productivity
Thank's