I have a t-sql query written with this sample help.
SELECT t.gName AS \'Product\' , isnull(SUM(CASE WHEN t.Col = 1 THEN t.Quantity END),0) AS \'180ml\' , isnull(
The ADAPTER isnt able to create the diagram for the script. Right click, goto Panes, disselect the Diagram... and that's it! it runs :)
I would put this SQL in to a Stored Procedure or a View. You can then populate your DataSet from there.