Skip to main content
Announcements
Do More with Qlik - Qlik Cloud Analytics Recap and Getting Started, June 19: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
jsingh71
Partner - Specialist
Partner - Specialist

How to campare some characters in a string?

Hi All,

I have some employee_name like:

Ename

-----------

ABC

ADC

BCA

CCA

ACB

ABD

Now I want to select all employees whose name start with 'AB'. How I get this.

Please help.

Thanks in advance.

1 Solution

Accepted Solutions
narender123
Specialist
Specialist

try like this.

if(Ename like AB*,result you want)

Thanks

View solution in original post

2 Replies
narender123
Specialist
Specialist

try like this.

if(Ename like AB*,result you want)

Thanks

tresesco
MVP
MVP

if you are trying to select in the listbox :qv1.png

click on search symbol ->type AB -> Enter.