Hello
I have a query that is returning material used for production runs. Originally I wanted the query to only return unique lot numbers for raw material used by setting the count criteria=1.
However this isn't working anymore because sometimes the same lot will sometimes be entered multiple times because of different blends. Meaning that the query does not return all the lots used because they are counted multiple times.
How can I get that count criteria to ignore the same lot number with other blend numbers? I can't just add a specific criteria for the blend number because I want any unique lots used in that blend to appear.
Or if anyone has a better way of returning unique values for a field but with the condition described above
Thank you!
I have a query that is returning material used for production runs. Originally I wanted the query to only return unique lot numbers for raw material used by setting the count criteria=1.
However this isn't working anymore because sometimes the same lot will sometimes be entered multiple times because of different blends. Meaning that the query does not return all the lots used because they are counted multiple times.
How can I get that count criteria to ignore the same lot number with other blend numbers? I can't just add a specific criteria for the blend number because I want any unique lots used in that blend to appear.
Or if anyone has a better way of returning unique values for a field but with the condition described above
Thank you!