how can I search for a value within a range in the database.
For example
, I have in my table registered products with a Width column and another Height column, I would like that, when making a window budget, since each budget has different window measures, look for the value related to that window measure that I am budgeting, in database has an interval of 10 in 10 cm, could someone help how can i do this inside outsystens
Hi Rafael,
I'm not entirely sure what you want to achieve, but if you mean you want to budget based on surface, you could create a calculated column that multiplies width and height, and add a Filter based on that column.