Posted in General Discussion by accident. Producing a report that shows revenue and want to suppress those clients that have zero for revenue in order to sort from highest to lowest.
Clara (BOB member since 2012-09-18)
Posted in General Discussion by accident. Producing a report that shows revenue and want to suppress those clients that have zero for revenue in order to sort from highest to lowest.
Clara (BOB member since 2012-09-18)
Moderator Note: I deleted your other post in General Discussion.
Welcome to B:bob:B! Where do you want the zeroes to be suppressed? At the report level? Or at the query?
Jansi (BOB member since 2008-05-12)
Either will do. Just need them suppressed in order to do the sort from highest to lowest which keeps putting the zeros at the top of the list. Can you tell me of both options, please?
Clara (BOB member since 2012-09-18)
In your query add one more condition
which says <> 0
In the report, you can add a report filter or a block filter to eliminate 0s.
The way to apply a filter to a block is described here.
Jansi (BOB member since 2008-05-12)
I don’t understand. I know how to do filters but how do I do blocks to suppress the zeros? Looked at the link you sent but didn’t understand.
Example: Revenue is:
1,000
200
3,999
0
30
500
0
When I sort the zeros end up on top in lieu of 3,999
Clara (BOB member since 2012-09-18)