I have a use case where I have a "Total Cost" field that is populated with the total cost of a request. Further down the form I have a table that allows the user to enter one or more commodity codes along with the value of each.
I have an "Estimated Cost" and "Estimated percentage" field in the table.
I would like the "Estimated percentage" field to calculate the percentage using the cost entered on that row, compared to the "Total Cost" field which isnt on the table.
I tried a few calculation methods and I cant seem to get it to work as intended.
=QUOTIENT(INDEX(variable.Itemized_Estimate_Costs_For_Each_Element.Estimated_Costs,ROW()),INDEX(variable.Total_Project_Cost))*100