Guest_imported
New member
- Jan 1, 1970
- 0
Hi all,
My data looks something like
Code1 Acc Team
----- --- ----
AC 1234 K10
AB 4434 K10
AB 3333 K10
........
What I am trying to get is
Team Approved Active
K10 3 2
If Substr(<Code1>,1,1) = A it means it is approved
If Substr(<Code2>,2,1) = B it means it is active..
I can't get the Approved and Active together using filters... I tried coming up with measures # Approved and # Active but it doesn;t seem to work... anyone with a solution?? Thanks
John
My data looks something like
Code1 Acc Team
----- --- ----
AC 1234 K10
AB 4434 K10
AB 3333 K10
........
What I am trying to get is
Team Approved Active
K10 3 2
If Substr(<Code1>,1,1) = A it means it is approved
If Substr(<Code2>,2,1) = B it means it is active..
I can't get the Approved and Active together using filters... I tried coming up with measures # Approved and # Active but it doesn;t seem to work... anyone with a solution?? Thanks
John