hello all,
sorry for my request but i did not find anything about my problem:
i created a database for all my assurances incl. two fields:
the one (field name: “payment terms”) shows me how often i have to pay the fee (monthly, quarterly, half a year, yearly) the other one the value of the fee (field name: “value”). is there the possibility to calculate in another field the total amount with a formula like: if “payment terms” = monthly then value *12 ?
Hi Sascha,
You could do this, but your “payment terms” field will need to be a number containing the number of months. So 1, 3, 6, and 12. Then in your Calculation field you can do [Payment Term] * [Fee Amount].
Thanks,
Brendan