waldopepper
Programmer
Bit of a mental block here - I have a formula as follows:
distinctcount({MemberMaster.MemberNumber})
And I want to 'filter' this count by another variable e.g. only provide a count where variableB = "Y" - how do I do this?
So if the count if 50,000 at the moment and there are 10,000 records with the value of "Y", I want this count to show 40,000.
thanks
W
distinctcount({MemberMaster.MemberNumber})
And I want to 'filter' this count by another variable e.g. only provide a count where variableB = "Y" - how do I do this?
So if the count if 50,000 at the moment and there are 10,000 records with the value of "Y", I want this count to show 40,000.
thanks
W