L
lmw
is there something wrong with this? could it be that the field [DocAge] that
I am comparing is another calcualted field?
=iif( [DocAge] Between 0 And 15,"0-15â€, iif( [DocAge] Between 16 And 30,
“16-30â€, iif( [DocAge] Between 31 And 60,"31-60â€, iif( [DocAge] > 60,"61+",
“NAâ€))))
I am comparing is another calcualted field?
=iif( [DocAge] Between 0 And 15,"0-15â€, iif( [DocAge] Between 16 And 30,
“16-30â€, iif( [DocAge] Between 31 And 60,"31-60â€, iif( [DocAge] > 60,"61+",
“NAâ€))))