Hi,
I want to do some calculation on my form, but I only found a basic calculation at FAQ section.
Can anyone help what formula code for my situation below:
TextField_A (user enter the value)
TextField_B (user enter the value)
TextField_C (user enter the value)
TextField_D (user enter the value)
--------------------------------------------
Total_E = (TextField_C * 0.0001) + TextField_A (auto calculate and read only)
Total_F = (TextField_D * 0.0001) + TextField_B (auto calculate and read only)
I want to do some calculation on my form, but I only found a basic calculation at FAQ section.
Can anyone help what formula code for my situation below:
TextField_A (user enter the value)
TextField_B (user enter the value)
TextField_C (user enter the value)
TextField_D (user enter the value)
--------------------------------------------
Total_E = (TextField_C * 0.0001) + TextField_A (auto calculate and read only)
Total_F = (TextField_D * 0.0001) + TextField_B (auto calculate and read only)