How to work with dropdown with different values?
-
How to work with dropdown with different values? I have 4 fieldname, 1)total amount of the product 2)down payment of the customer 3)dropdown, contains different terms with different condition (e.g. 6 months with 0.06 interest, 9 months with 0.10 interest) 4)field for displaying the monthly payment. I’m using this to get the monthly payment, I’ve my own formula to get this kind of payment. But I don’t know how to work with dropdown with different interest values. How to determine what terms the customer choose?
Example:
25,000 for fieldname1
10,000 for fieldname2
Dropdown choices:
6 months with 0.06 values interest
9 months with 0.10 values interest
12 months with 0.12 values interest
(I choose 9 months)
- The topic ‘How to work with dropdown with different values?’ is closed to new replies.