BusinessObjects Board

"LIKE" function in Webi

I would like to simulate SQL’s “like” function in Webi, is it possible?

e.g.,
SELECT EMP_NM FROM EMP WHERE NAME LIKE “%Jo%”

RESULT:

   John
   Joseph
   Joan

theblackbird :pakistan: (BOB member since 2006-05-04)

Hi,

Use Matches pattern operator.


Marek Chladny :slovakia: (BOB member since 2003-11-27)

Thanks very much - that resolved my issue!

:lol:


theblackbird :pakistan: (BOB member since 2006-05-04)