Skip to main content
August 23, 2024

Dynamic Parameters in Dynamic Dashboards

  • August 23, 2024
  • 2 replies
  • 2 views

Hi everyone,

I'm curious if there is any information on how to use the dynamic parameters in the dynamic dashboard service. I've created a form is dynamically generated from a SQL query - essentially the query results contain the text I want to display next to the component, the type of component, the bound parameter for the component, etc. I also have a field for "list of values" that I'd like to use as the display and value items for the bound parameter for Combo Box components. Here's a screenshot of the table that holds this information:


BHM_0-1724444552752.png

Right now when I generate the form, parameters bound to text boxes don't have to exist in the maintenance unit and I can use these parameters to collect data and save to a table I created on the database. For the combo box parameters, however, I currently have to create those in the maintenance unit. It feels like there should be a way I can fetch the display and value items based on my List of Values column for a dynamically generated parameter, but I'm not quite connecting the dots. Any information on this would be much appreciated! 

2 replies

April 21, 2026

Hi there, did you end up finding a solution to this? I am currently facing this problem while attempting to dynamically create a delimited list parameter for a combo box.

April 22, 2026

I wrote a blog on this a while ago

Dynamic Dashboards – Passing Parameters with Repeat Arguments. | OneStream Community

Also there are tech talks on Navigator that walk through examples

Hope this helps