Get subset of a dataset

  • Thread starter Thread starter Hemang Shah
  • Start date Start date
H

Hemang Shah

Hello

Suppose I have dataset1 which has 3 tables with relations.

I want a dataset2 which is a filter of dataset1 like

dataset2 = dataset1.table1.field1 = "some value";

So that I can pass this dataset2 as the datasource for reports..


Any ideas ?
 
Back
Top