Forum Discussion

SeanV's avatar
SeanV
New Contributor III
2 years ago

Get selected value from Combo Box and use it in a Table View

I have a dashboard that has 2 components,. 1. A Combo Box that is populated with a sql query in a Bound List Parameter. 2. A Spreadsheet that is populated with a Table View.   The table view is g...
  • SeanV's avatar
    SeanV
    2 years ago

    Thank you for the response.   

    I wasn't ablet to get BRApi.Dashboards.Parameters.GetLiteralParameterValue to pickup the parameter from the Combo Box.

     

    However I used  args.CustSubstVarsAlreadyResolved("parameterNameHere") and assigned that to a string variable.  That did work.  It got the parameter value from the combo box.