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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top