Since I am not so strong in SQL, I tried query builder to come up with a report with the below columns for Inventory parts
Part No
Part Description
Site = X only
Created Date (on or after 1-1-2020)
Has 5 or more transactions
“ Primary supplier for the purchase part” with Supplier name and supplier ID (2 columns)
However, for the number of transactions column I am facing a challenge since there is no view for me to chose in query builder. So I omitted that column, but still need the report sorted for parts with only for 5 or more transactions.
How should I do? an advise with the right SQL statement would also help.