Forum Discussion
Nikpowar97
12 months agoContributor
I agree with JackLacava here.
To enter the parameter in the Pull the data
BRApi.Dashboards.Process.GetAdoDataSetForAdapter(si, isSystemLevel, workspaceIDIfNotInName, combinedWsAndAdptrName, resultsTableName, customSubstVars)
in this function you use the parameters here
Dim CustomSubvars as new Dictionary(of String,String)
CustomSubvars.Add("Time",args.NameValuePairs.XFGetValue("Time") ' Time will be picked up form the data adapter using Method query Business rule {DashboardDataSetRuleName}{FunctioName}{Time = |!Time!|}
Return BRApi.Dashboards.Process.GetAdoDataSetForAdapter(si, False, Nothing, "Default.YourDataadaptername","Test", customSubstVars)
Related Content
- 3 years ago