Good afternoon. I am attempting to gather the percentage of the value of a Number field Outside a table by comparing it with a value inside the table and the writing the results inside the table.
Details:
Prod Qty is a number field with variable "Prod_Quantity"
The Table is called "My_Time" with (2) fields inside involved: Qty Comp & % Comp.
Qty Comp is a number field with variable "Quantity_Comp"
% Comp is a number field with the variable "Percentage_Complete"
The % Comp is the field that contains the formula:
=DIV(INDEX(My_Time.Quantity_Comp,ROW()) , Prod_Quantity)
Currently I don't get any errors, but the % Comp value stays at '0'.
If the math worked, I would get 0.2. So, I would want to move the decimal over so it reveals '20'.