Range search field for an integer

2
Hi, I have a range search field on my datagrid for an integer field. So I use the same attribute for lower as upper bound. When I open my application and try to search within a range, I'm only allowed to enter a number and no operators or comma etc. How can I use the range search option with an integer?
asked
1 answers
1

Hi Sebastiaan,

You will need to use the comparison search option twice: one using the comparison of “greater” or “greater or equal” and the second one using “smaller” or “smaller or equal”.

answered