G
Guest
I have a field name 'pending'. The field consist number from 0 to any number.
In my report i want to count number of account with different range of
'pending' number.
Say pending from 1 to 2, or
3 to 6 or
above 7.
I tried to use this =Abs(Sum([pending]>1<2)) for the 1st defn but it won't
work.
Thanks
In my report i want to count number of account with different range of
'pending' number.
Say pending from 1 to 2, or
3 to 6 or
above 7.
I tried to use this =Abs(Sum([pending]>1<2)) for the 1st defn but it won't
work.
Thanks