Forum Discussion
aformenti
OneStream Employee
2 years agoHi 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
- 2 years ago
- 3 years ago
- 5 months ago
- 3 years ago
- 3 years ago