I have an issue with this.
We want to report on orders which contains one of the following item #
Logo1,Logo2. Logo3, Logo4.
So i made a record selection based on if item# in 'in' one of these.
THe issue is an order contain say logo1 and logo2.
this is an issue for totaling. For display it is ok as I am grouping on the invoice number and displays once. For count of orders i made from count to distinct count, else it was also over.
How is the way to do the total? I need to select one time is the point.