Hi All,
I have a issue with a group selection formula.
I have a report which should displayonly the records that has two active status on it.
I wrote a group selection clause
count(active_status)>1
It displays all the records that has active status, Okay makes sense.
But when I add a key field for that group.
count({Member_id}, {Active status})>1
I get an error "There must be a field that matches the group"
Please suggest what should I change in the formula.
Thanks.
I have a issue with a group selection formula.
I have a report which should displayonly the records that has two active status on it.
I wrote a group selection clause
count(active_status)>1
It displays all the records that has active status, Okay makes sense.
But when I add a key field for that group.
count({Member_id}, {Active status})>1
I get an error "There must be a field that matches the group"
Please suggest what should I change in the formula.
Thanks.