T
Treeble
I know this is covered but I have spend more time trying the solutions rather
than find the one I really need.
I have Workstations that belong to Branches and I need to count how many
Workstations are in each branch. The Branches field is a Combo Box if that
matters. I have 10 Branches. I need to create a summary of all the branches.
IE:
COB 5
IAAS 25
PGO 3
I tried
=Sum(ABS([BranchShort] = "IAAS"))
and get error "This expression is typed incorrectly, or it is too complex to
be evaluated. A Numberic expression may contain too many complicated
elements. Try simplifying the expression by assigning parts of the
expression to variables."
=Sum(Iff([BranchShort]="IAAS",1,0))
I get error "Undefined function IFF in Expression"
The info is coming from a query into a report. Is there any info I am missing?
than find the one I really need.
I have Workstations that belong to Branches and I need to count how many
Workstations are in each branch. The Branches field is a Combo Box if that
matters. I have 10 Branches. I need to create a summary of all the branches.
IE:
COB 5
IAAS 25
PGO 3
I tried
=Sum(ABS([BranchShort] = "IAAS"))
and get error "This expression is typed incorrectly, or it is too complex to
be evaluated. A Numberic expression may contain too many complicated
elements. Try simplifying the expression by assigning parts of the
expression to variables."
=Sum(Iff([BranchShort]="IAAS",1,0))
I get error "Undefined function IFF in Expression"
The info is coming from a query into a report. Is there any info I am missing?