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
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.