Forum Discussion
aformenti
11 months agoContributor II
Hi irena_czaplicka ,
That is definitely possible.
Indeed, you need to use a Data Set Business Rule, and then you can leverage this api to retrieve the data from the method query data adapter:
'Gets data from the Cube View MD Data Adapter:
Dim objDataSet As DataSet = BRApi.Dashboards.Process.GetAdoDataSetForAdapter(si, False, DataAdapterName, "ResultTableName", args.CustomSubstVars)
Dim dt As DataTable = objDataSet.Tables(0).Copy()
Related Content
- 10 months ago
- 3 years ago
- 25 days ago
- 2 years ago
- 2 years ago