I am trying to perfrom the COUNT for records with a certain word. I am trying to generate a Transaction count field, but for that field I only want the records which have the word LOCAL in them.
Currently I am using the following formula:
if {Participant_Move_in_Trans.Trans_Category} = "Local" then Count ({Participant_Move_in_Trans.Trans_Category})
I have created a group with the Employee ID's.When I place this formula in the group header it give me the count for the entire report not the selected employee.
Can someone please guide me in the right direction?
Thanks
Currently I am using the following formula:
if {Participant_Move_in_Trans.Trans_Category} = "Local" then Count ({Participant_Move_in_Trans.Trans_Category})
I have created a group with the Employee ID's.When I place this formula in the group header it give me the count for the entire report not the selected employee.
Can someone please guide me in the right direction?
Thanks