Dears,
I am using row level security in Universe using security profiles.
In that i have to match BOUSER with one column data, that column has multiple employee numbers in it.
structure of that column is like this:
5432-4578-8392-4021
and BOUSER can be either 4578 or the other, So i have to use LIKE operator here.
In Query we write something BOUSER like '%EmployeeNumbers%'
But in Security Profile, We can use Like but when i put query like above, it gives error of syntax.
It only allows BOUSER LIKE EmployeeNumbers,
I Just want to ask if the behavior is same or not.
BR,
Hassan