Hello,
I am building a base where I list fabrics, a little bit like a catalogue and each product (one product=one record) and have a set a fields for each to provide information on the product.
One important information is the price, however sometimes the price is in €, $ or ¥ and I want it to be a number field so I can filter according to a value.
For example if someone wants to look for a fabric costing between $0 to $5.
The problem is that those 3 currencies do not have the same values ($1=¥ 6.5), so I had to create 3 different fields for each currencies but it makes the table quite heavy and harder to read (since there is always an empty field).
I am trying to find a way to display the price only in one field whatever the currency.
I would like to be able input the price and chose the currency and both would be display in one field.
I tried this
- one is : “enter the price here” (number field)
- one is : “chose currency here” (single select field)
- and the last one is a formula field where I typed : {Enter price here}&{Chose currency here}
So this return what I want BUT I cannot filter as a number value
Can anyone help me with that?
Many thanks,
Chloé