S
Stuart Shay
Hello All:
I have a Dataset that is built from the following query
USE Northwind
SELECT * FROM Orders
ORDER BY Customer
I want to filter in the dataset for Customers that have >10 purchase
orders.
How Can I apply such logic in a DataView.
Thanks
Stuart
I have a Dataset that is built from the following query
USE Northwind
SELECT * FROM Orders
ORDER BY Customer
I want to filter in the dataset for Customers that have >10 purchase
orders.
How Can I apply such logic in a DataView.
Thanks
Stuart