Forum Discussion
stian_r
1 year agoFrequent Visitor
Custom Matrix Visual - Expand/collapse row headers problems
Hello, I've been having some trouble figuring out how to do expand and collapse on row headers of my custom matrix visual. I've followed the guide on your docs here but buttons don't all work. I...
stian_r
1 year agoFrequent Visitor
Thanks for timely response,
Having re-read the docs and gone over and made sure I had everything configured correctly, I've gotten no closer.
Here are the selectionIds of rows "Resultat" and "Driftsresultat" respectively from initial post.
{
"deepestNodeLevelInPath": 0,
"measures": [],
"dataMap": {
"Plan.Lv1": [
{
"identityIndex": 14
}
]
},
"nodeIsCollapsed": false,
"nodeIndexes": [
1
],
"key": "{\"Plan.Lv1\":[{\"identityIndex\":14}]}[]"
},
{
"deepestNodeLevelInPath": 1,
"measures": [],
"dataMap": {
"Plan.Lv2": [
{
"identityIndex": 9
}
]
},
"nodeIsCollapsed": false,
"nodeIndexes": [
1
],
"key": "{\"Plan.Lv2\":[{\"identityIndex\":9}]}[]"
}Maybe there's something I missed.
stian_r
1 year agoFrequent Visitor
I've found I can drill down using the context menu but not my buttons. They both receive the same selectionId for the row so I don't understand why they don't behave the same...
- stian_r1 year agoFrequent Visitor
suparnababu8 do you have any suggestions or know of someone I can ask for suggestions, or should I start a new thread?