Hello,
This is what I am trying to do:
There is 3 calculated values on the form.
CalculatedValue1 is connected to a SharePoint list Column, and adding 2 values (working)
CalculatedValue2 is connected to a SharePoint list Column, and adding 2 values (working)
Calculated value 3 is diving CalculatedValue1/CalculatedValue2 getting Div/0 (not working)
Any suggestions on how to fix it?
Thanks,