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 ?
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 ?