cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Refresh input control when story filter/variable is changed

fardeen_r23
Explorer
0 Kudos
561

I have a SAC optimized story with several pages. When i'm changing the story variable/filter on the FilterPanel, the change is not reflected in my input control.

For example if for the current story filter (default model variable) there is no data for the table in page 5, the input control in page 5 will be blank (inactive values). But when I change the story filter to a correct value, data appears in the table, but the input control still shows blank/inactive values.

Is there a way to refresh the input control similar to how the table is being refresh when a filter is changed at story level?

Accepted Solutions (0)

Answers (1)

Answers (1)

pavel_afanasiev
Contributor
0 Kudos

unfortunately you cannot populate the input controls dynamically.  at this point whatever you set during the design is what will be available. 

you can use dropdowns to populate, but the input controls are not mature enough yet (setSelectedMembers only populates the value from the list of what you predefine)