Hi all,
I am displaying a report using a DataGrid. I am using a RowFilter to get only the records I need to display.
One of the fields, contains 3 different string values. I need to display that record based on if ANY of those values are equal to what the user selected from a dropdown.
Ex.
user selected "This item" from dropdown.
if the field returned is "That item, This item, Another item"..... is there a way to check to see if "This item" is in the field? (In this case it is)
Thanks! Slo-no
The trouble with programmers is that they get high on their own supply. -Dimandja
I am displaying a report using a DataGrid. I am using a RowFilter to get only the records I need to display.
One of the fields, contains 3 different string values. I need to display that record based on if ANY of those values are equal to what the user selected from a dropdown.
Ex.
user selected "This item" from dropdown.
if the field returned is "That item, This item, Another item"..... is there a way to check to see if "This item" is in the field? (In this case it is)
Thanks! Slo-no
The trouble with programmers is that they get high on their own supply. -Dimandja