Rowfilter Greater Than and Less Than

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possbile to use > and < in rowfilter string?

I have a rowfilter on a dataview and I'm able to filter on values with equal
( = ) but when I try to use a comparison using > and < it does not work.

I'm reading an XML file into a DataTable and then create dataviews from that
dataTable.
 
Back
Top