I'm new to crystal reports and I'm trying to help a colleague. They are using crystal reports to generate reports from their data in accpac/sql.
They are running an inventory report, which lists several different quantities for each product. For example, warehouse A has 1000, warehouse B has 0, shipment in progress 2250, etc.
Right now the report returns every product they have. They want me to modify it, so that an item does not show up on the report if it has 0 in quantity for several different colums. So if columns A, B, and C have 0, completely remove the item from the report.
Is there any easy way to do this? I could probably write something in excel but they want it done in Crystal reports if possible.
Thank you in advance to anyone that might be able to help.