Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to create a new function that I can use to display in a statistics box. Basically the function would do this equation:
(Total No. Hours) x (Hourly Rate) = Total Service Pay
I was trying this lines on the script but can't seem to make it work.
Sum([# of Hours]) as TotalHours
Sum([# of Hours])*[Hourly Rate] as TotalServicePay
I guess making a function is better. So I can display it on a statistics box.
Hi Charles,
This is not right:
But with my other response you will have the correct result.
Regards!
You're wellcome!