I'm trying to make a quote performance query and get the results to look like this:
quote# item quoted qty order 1 Supp 1 ordered qty 1 order 2 Supp 2 ordered qty 2 order …
1 item A 10 100 Supp A 10
1 item B 20 101 Supp B 20
1 item C 30 100 Supp A 25
The formatting got messed up when I pasted. I hope you can make sense of that.
I want it to have as many columns to the right as necessary, depending on how many suppliers' items are ordered off of this one quote.
Any thoughts?
I'm doing this in SSMS right now in preparation for making it a view unto itself so that I can easily bring it into Excel via an MS Query file.
quote# item quoted qty order 1 Supp 1 ordered qty 1 order 2 Supp 2 ordered qty 2 order …
1 item A 10 100 Supp A 10
1 item B 20 101 Supp B 20
1 item C 30 100 Supp A 25
The formatting got messed up when I pasted. I hope you can make sense of that.
I want it to have as many columns to the right as necessary, depending on how many suppliers' items are ordered off of this one quote.
Any thoughts?
I'm doing this in SSMS right now in preparation for making it a view unto itself so that I can easily bring it into Excel via an MS Query file.