I am trying to filter a dataset that is displayed in a table. However when I
use LIKE as the Operator I cant get it to work. What is the correct syntax
for the VALUE column?
I have tried (where Text is my sample string I am searching for):
Text
%Text%
=Text
="Text"
=%Text%
="%Text%"
Topher - 31 Oct 2006 18:41 GMT
*text*
> I am trying to filter a dataset that is displayed in a table. However when I
> use LIKE as the Operator I cant get it to work. What is the correct syntax
[quoted text clipped - 7 lines]
> =%Text%
> ="%Text%"
Craig - 31 Oct 2006 19:38 GMT
Topher
OK Thanks a lot for your time, that did the trick!
Craig