I have a report that list all patients who came in to get medication. There are 2 tranaction type values, "Clinic Visit" and "PickUp". I want to run a total on "Clinic Visit". My formula is:
numberVar PICKUPS := 0
iF {inventory_transact_table.transaction_type_value}="Clinic Visit"
Then PICKUPS :=
PICKUPS + 1
I am getting no errors but when I run the report the field PICKUPS = FALSE
Can someone please shed some light on this?
numberVar PICKUPS := 0
iF {inventory_transact_table.transaction_type_value}="Clinic Visit"
Then PICKUPS :=
PICKUPS + 1
I am getting no errors but when I run the report the field PICKUPS = FALSE
Can someone please shed some light on this?