I want to obtain a dollar amount by doing the following using formcalc in Livescript:
$0.00 / Percentage = Total
anyone?
Right now it looks like this:
(SubFormHR.Hrs * SubFormHR.TableReimb.Row1.ReimbPercent)
and I know it's not right because it's multiplying. But when I use / I get an error
George Kaiser