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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
2 Replies
maleksafa
Specialist
Specialist

tresB
Champion III
Champion III

If you want their union, try like:

= count({BM2+BM1 } EMPID)

'+' - union

'*' - intersection