Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
maybe this will help
If you want their union, try like:
= count({BM2+BM1 } EMPID)
'+' - union
'*' - intersection