Hi Experts,I m using read only grid in my interface, where i used expression as data source . If I search the column data correct results are not showing up. Lets say if have fields with status " NOT started" i can see 3 rows of data in grid, but if i search for "Not Started " and hit enter. only one result is showing up in grid. How to solve this
Thanks
Discussion posts and replies are publicly visible
How do you implement that search?
docs.appian.com/.../fnc_system_a_queryfilter.html
Assuming your using a textfield to collect the input and use that variable to pass in your query. It might be an issue with case sensitivity. I would recommend you to format the values before you pass into the query.
This status name filter not gving me expected results Stefan Helzle
Could you please share the interface expression where you have defined the grid source.
You just wrote that you use an expression as the data source. This way, the configuration in your record does not affect the search.
And again, search on synced records is case sensitive. So you better make sure to write the values in a uniform way.
Why have an actual drop down filter for the status instead of searching for it in the text field?