Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to select and filter 2 bookmarks?

Hi

Greetings.

I have 2 bookmarks BM1 & BM2 .I need to validate the data

My Expression is like this  = count({<Set Expression> *BM2*BM1 } EMPID)

How do i validate by keeping both the bookmarks to take the count?

Any help is highly appreciated.

Senthil

2 Replies
maleksafa
Specialist
Specialist

tresesco
MVP
MVP

If you want their union, try like:

= count({BM2+BM1 } EMPID)

'+' - union

'*' - intersection