Hi all,
I'm building a dashboard on top of a universe. I use a multiselect listbox to pass values to a prompt through a setVariableValueExt command. Unfortunately, this results in the loss of the selected values in the listbox (they are no longer highlighted). Now, there is a setSelectedValues command for the listbox, however, I can't seem to find a way to store the selected values and set them again afterwards.
Does anyone know of a workaround to keep the selected values in my listbox after a setVariableValueExt command?