RowFilter in DataView: Missing operand before '|' operator

  • Thread starter Thread starter Fir5tSight
  • Start date Start date
F

Fir5tSight

Hi,

I am using a DataView to displaying a records from datatable. I have a
filter that I define it as follows:

"Status = '' || Status <> 'Scanned'"

The problems is that I get an error about "Missing operand before '|'
operator".

If I change the filter to "Status <> 'Scanned'", there is no error. But
records with an empty Status field do not show in the grid.

Any advice on how to make the filter work?

Thanks!

-Emily
 
Back
Top