0
selecting rows on a table using header column filter
I have a table with a few columns and one named MAG that contains text.
Some rows in this column are empty.
I want to show in the tabular view of this table only the rows that have the MAG column filled.
I've tried in the filter box in the column header the following code:
MAG != ""
or
MAG is not empty
Both of these options retrieve no records.
How can I select the records containing text in MAG?
7 replies
-
Hi , can you try the following:
!=null
Content aside
- Status Answered
- 2 mths agoLast active
- 7Replies
- 39Views
-
3
Following