Subject | IBO Search with 'OR' |
---|---|
Author | Marcin Bury |
Post date | 2016-01-26T08:40:36Z |
Hello everybody
Seeing Jason around...
IBO search functionality is great, but is it possible to have 'OR'
criteria?
What I would like to achieve is bind two TIB_Edit to one dataset column
and then posting the search state get the 'where' like this:
aColumn = 'aedit1_text' OR aColumn = 'edit2_text'
instead of
aColumn = 'aedit1_text' AND aColumn = 'edit2_text'
Is it possible?
Thanks
Marcin
Seeing Jason around...
IBO search functionality is great, but is it possible to have 'OR'
criteria?
What I would like to achieve is bind two TIB_Edit to one dataset column
and then posting the search state get the 'where' like this:
aColumn = 'aedit1_text' OR aColumn = 'edit2_text'
instead of
aColumn = 'aedit1_text' AND aColumn = 'edit2_text'
Is it possible?
Thanks
Marcin