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

Announcements
Join us in Zurich on Sept 24th for Qlik's AI Reality Tour! Register Now
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