Hi guys!
Have you ever needed to choose different reference column names for formula?
I will try to desribe what I want to achieve.
I have table for products and prices, but I need more than just 1 price for each product and then I have a choice column which could switch what column to choose for the formula.
Each price column depends on which date it was published, so I don´t want to have all prizes actual, because I want to compare old prize and new one.
formula is something like: products.price * number
I need my formula to dynamicaly change “.price” to “.price5” or whatever I choose from choice column.
Is it possible? I can´t get it to work