I was wondering if it is possible to assign a numeric value to a field, or a fields content.
For example:
I have a dropdown field called A with something in it.
Selection 1: London
Selection 2: New York
Selection 3: Oslo
In another dropdown field called B with something else.
Selection 1: Airplane
Selection 2: Boat
Selection 3: Car
The idea would then be to assign some value to the selection.
So for example:
Selection 1: London - Value: 4000
Selection 2: New York - Value: 10000
Selection 3: Oslo - Value: 6000
In another dropdown field there is something else.
Selection 1: Airplane - Value: 3000
Selection 2: Boat - Value: 6000
Selection 3: Car - Value: 5000
So if I were to select the third selection from dropdown A and the second selection from dropdown B, I would then have a third field with the ability to calculate with basic functions (plus, minus, multiply and divide).
So the third field I would be able to tell it to take the value from dropdown A and add with dropdown B to get the result 12000. And if this could be made to work with currency it would be awesome.
For example:
I have a dropdown field called A with something in it.
Selection 1: London
Selection 2: New York
Selection 3: Oslo
In another dropdown field called B with something else.
Selection 1: Airplane
Selection 2: Boat
Selection 3: Car
The idea would then be to assign some value to the selection.
So for example:
Selection 1: London - Value: 4000
Selection 2: New York - Value: 10000
Selection 3: Oslo - Value: 6000
In another dropdown field there is something else.
Selection 1: Airplane - Value: 3000
Selection 2: Boat - Value: 6000
Selection 3: Car - Value: 5000
So if I were to select the third selection from dropdown A and the second selection from dropdown B, I would then have a third field with the ability to calculate with basic functions (plus, minus, multiply and divide).
So the third field I would be able to tell it to take the value from dropdown A and add with dropdown B to get the result 12000. And if this could be made to work with currency it would be awesome.
Comment