Guys see if you can find something to get me out of this jam
i want to count number of records satisfying a particular condition.
i ve got this Number ID field {NumberID) and {SomeCodeField} and i want to count number of {NumberID)s only when {SomeCodeField}= 'CD'
An example about what i want to do
{SomeCodeField} {NumberID)
AB 1
2
CD 3
4
5
EF 6
7
8
9
i want to count {NumberID)
when {SomeCodeField} = 'EF'
here this will be equal to 4
Hopin you ppl gonna find something
i want to count number of records satisfying a particular condition.
i ve got this Number ID field {NumberID) and {SomeCodeField} and i want to count number of {NumberID)s only when {SomeCodeField}= 'CD'
An example about what i want to do
{SomeCodeField} {NumberID)
AB 1
2
CD 3
4
5
EF 6
7
8
9
i want to count {NumberID)
when {SomeCodeField} = 'EF'
here this will be equal to 4
Hopin you ppl gonna find something