Anonymous
Not applicable
2018-08-03
07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Tags:
- qlikview_scripting
468 Views
2 Replies
2018-08-03
10:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
416 Views
neelamsaroha157
Specialist II
2018-08-03
11:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just tested this and it look like you can do that -
For String -