This content has been marked as final.
Show 2 replies
-
Re: Count of PersonId that have Flag A and B
Jonathan Penuliar Nov 11, 2016 11:17 AM (in response to Rima Hajou )maybe this :
=count({<PersonID = p ({1<Flag = {'A'}>}) * p ({1<Flag = {'B'}>}) >}DISTINCT PersonID)
-
Re: Count of PersonId that have Flag A and B
Rima Hajou Nov 14, 2016 2:24 AM (in response to Jonathan Penuliar )Thanks! it worked
-