Struggling with omitting entire rows when no orders exist for customers.
I have a crosstab that pulls & groups suppliers orders per customer based on months. I then pull that info to a report which provides a comparision of sales in specified year verses prior year and next year when available.
This report groups suppliers and then lists customers below it. I am struggling with how to omit companies that do not have orders in a given periord and in turn exclude suppliers if there are no customers with orders through them in the given time.
I have tired to address the querry with Is Not Null or Is Null or >0 etc and much the same in vb and on report. Im having no luck. Any suggestion on best way to handle this?
I have a crosstab that pulls & groups suppliers orders per customer based on months. I then pull that info to a report which provides a comparision of sales in specified year verses prior year and next year when available.
This report groups suppliers and then lists customers below it. I am struggling with how to omit companies that do not have orders in a given periord and in turn exclude suppliers if there are no customers with orders through them in the given time.
I have tired to address the querry with Is Not Null or Is Null or >0 etc and much the same in vb and on report. Im having no luck. Any suggestion on best way to handle this?