G
Guest
I'm trying to do a statement to group categories based on less/than values
(see below)
If I only do > and no <=, then all values will be "4". How can I write
this? Is it an Iif or ElseIf? Or am I way off?
Expr1: IIf(([CountOfIncident # ]>0 And [CountOfIncident # ]<=4),4,
elseIf([CountOfIncident # ]>4 And [CountOfIncident # ]<=7),3))
(see below)
If I only do > and no <=, then all values will be "4". How can I write
this? Is it an Iif or ElseIf? Or am I way off?
Expr1: IIf(([CountOfIncident # ]>0 And [CountOfIncident # ]<=4),4,
elseIf([CountOfIncident # ]>4 And [CountOfIncident # ]<=7),3))