Hi there,
obviously my approach is not working. I hope you can give me a hint in the right direction:
i have two Combobox with just number value in:
Items property MinSelector: ["0,01","0,03","0,05"]
Items property MaxSelector: ["0,1","0,3","0,5","0,6","0,8","1,0","2,25"]
In a SharePoint list i have similar rows named min.dose and max.dose configured as numbers with two decimal places and the above values.
My filter function looks like:
Filter(list,'min.dose' >= MinSelector.Value && 'max.dose' <= MaxSelector.Value )
I would like to display the options within the selected range - but it is not working and gives the error message back that the name isn't recognized.
Your support is much appreciated.
BR
Johannes