Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You can do a DataTable.Select on the CurrentDataTable of the business object and select the rows that contain each of the 3 divisions. The method will return a DataRow array that contains the count of the records that match the given select, but that requires that you test each division type and then check the length of the returned array. DataTables cannot do any sort of complex or aggregate functions, so if it's too complex, you'll have to do it through the database.
|