Row Filtering

3 matching criteria on data colums: on String by full or partial pattern matching, on numbers by range, on missing values, all of them also on collection columns. 1 matching criterion on row numbers: from row number to row number. 1 matching criterion on RowID: full and partial patterm matching. Partial pattern matching is obtained through wild cards and RegEx. All matching criteria can be used in Include or Exclude mode. Include keeps the match results. Exclude excludes it.


This is a companion discussion topic for the original entry at https://kni.me/w/zzjm_YTvol2fIBdP

please let me know how to use row filter with between clause
i want to get only those records which contains
1 and 20
i have a dateofmonth columns which contains 1 to 31, i just want 1 to 20 records

many thanks,
Rao