Forum Discussion
Anonymous
6 years agoNot applicable
combo box with dynamic value
Hi community onyone ever make dynamic combo box with value from Columns/Values fields? like in matrix visual, we can define background and foreground color from format panel i...
Anonymous
6 years agoNot applicable
I can show the combo box now, and store the data in metadata columns, but the option show empty string
let containerIdx = model.enumerationObject.containers.push({displayName})-1;
model.enumerationObject.instances.push({
containerIdx,
objectName: model.objectName,
properties: {
isMask: this.getValue<boolean>(currentColumn.objects, model.objectName, "isMask", false),
background: this.getValue<string>(currentColumn.objects, model.objectName, "background", "#FFFFFF")
},
selector: { metadata: currentColumn.queryName }
});
this happen to with PowerKPIMatrix too, i thing something new with update and make the option did't show the text
- Anonymous6 years agoNot applicable
it is about pbiviz version?
- Anonymous6 years agoNot applicable
no one got same issue with me? about blank string with combo box
- Anonymous6 years agoNot applicable
any idea about empty combo box?