Lets say I have a datatable with a bunch of records. One of those columns is ‘temperature’ and I want to filter the datatable so it shows anything >100 and <200. How do I do this?
If I set it to >100, it shows me everything greater than 100, and <200 shows less than 200, but I can’t figure out what to put to show everything >100 and <200. I’ve tried >100 && <200 for the filter as well as >100 and <200 no results are displayed. Is there a certain syntax I need to use?
1 post - 1 participant