I have a requirement to filter negative values from readonly grid and It needs to get configured from expression rule but Im not able to filter the negative values.
I tried using "<" as operator for that particular field but still not filtering out.
please help me achieve this
Discussion posts and replies are publicly visible
are you trying to filter values which does not match a condition. Example :- Filter values which are not equals to 1 or "ABC", if so then using <> operator might works for you.
Also you can use Appian query editor on top side of expression rule for guided development for writing these type of query.
thankyou for responding
hi mike thankyou for respondingmy requirement is I have to make a filter for latitude and longitude as latitude from latitude to and longitude from longitude to when user put some values in latitude from and latitude to then it filters the values between those values from grid
for reference :
here i want values above 42 as well like 42.2 but just getting values between 41 and 42if there is any solution please let me know
based on your screen shot, I am assuming when user is typing 42 then you need to show the values from 41 till 42.99, if so you would need to run the filter after incrementing the typed value by 1. in this case it is 43.