Hi
I have purchases by suppliers and I have to group by sum purchases:
--all the suppliers that have sum purchases >50000
--all the suppliers that have sum purchases <50000 >15000
--the suppliers that have sum purchases <15000 >1000
I sort on sum purchases descending but I can't remember how to do the group.
Can you help?
I have purchases by suppliers and I have to group by sum purchases:
--all the suppliers that have sum purchases >50000
--all the suppliers that have sum purchases <50000 >15000
--the suppliers that have sum purchases <15000 >1000
I sort on sum purchases descending but I can't remember how to do the group.
Can you help?