Show the filtered string values in the Gid widget using the Expression column.
Follow these steps to achieve this requirement:
Create an expression column with CONTAINS ()
string function and add the required word in the Substring_expression element. Add more than one word using the OR
condition.
Example: IF(CONTAINS([Comment],’good’)=‘true’,‘true’,‘false’)
Configure the Grid widget with the required fields and bind the created expression in the Filters section.
Open the Filters pop-up and then choose the true value to view the filtered data in the Grid widget
Now, view that the grid is showing the filtered data.