Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can we use set Analysis/Expression in advanced search dialog box?

For example, I want Employee Names who belong to Qlikview technology.

I have fields Employee Names and Technology.

I click on advanced search for Employee Names list box and will I able to write set expression as 'Technology = Qlikview' ?

(Ignore my syntax).

Kindly suggest.

2 Replies
Anil_Babu_Samineni

Perhaps this?

Only({<Technology = {'Qlikview'}>} [Employee Names])


Or

Only({<[Employee Names] = P({<Technology = {'Qlikview'}>} [Employee Names]) [Employee Names])

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
neelamsaroha157
Specialist II
Specialist II

I just tested this and it look like you can do that -

Capture12.PNG

For String -

Capture12.PNG