Forum Discussion
sfilho
3 years agoNew Contributor III
Clear combo box selected elements
I created a combo box in a dashboard and the combo box is associated with a parameter that provides a considerable list of elements for selection. The user would like to have a button to clear all th...
- 3 years ago
You can do it with a simple dashboard extender business rule.
Krishna
3 years agoValued Contributor
I agree but I tried and it is not working. the below is the code in the ComponentSelectionChanged not sure what am missing. IN the below code I am passing 2 parameters one is the ComboBox Name and the other is the empty string.
selectionChangedTaskResult.ChangeCustomSubstVarsInDashboard = True
selectionChangedTaskResult.ModifiedCustomSubstVars.Add("cb_CC","")
ChristianW
OneStream Employee
3 years agoDid you return the selectionChangedTaskResult at the end?
Did you refresh the dashboards containing the drop-down boxes?
- Krishna3 years agoValued Contributor
Yes Return selectionChangedTaskResult and I did refresh.
- Krishna3 years agoValued Contributor
I created a Button and passed the Extender rule
- ChristianW3 years ago
OneStream Employee
Is there a default specified for the parameter?
Related Content
- 3 years ago
- 2 years ago
- 3 years ago
- 3 years ago