asked on July 27, 2016
Issue 1:
I am working on a new form in 10.1 and am having an issue with the a row calculation. I am multiplying a field populated by a db lookup by a drop down with assigned values (1 or 0):
=INDEX(Section_Pumps.Value,ROW())*INDEX(Section_Pumps.Y_N,ROW())
Once the first dropdown is selected I get a calculation error on all other rows:
Is there a way to avoid this? I thought about setting a default value on the drop down but was unable to figure out how to reference the field correctly.
0
0