Forum Discussion
Nishantjain
6 years agoContinued Contributor
SelectionIDBuilder withMatrixNode - sample visual
Hi Is there a sample visual that has the implementation of "SelectionIDBuilder" using the "withMatrixNode". Documentation My visual is working fine except when the interactions are not wo...
jprmsn
6 years agoFrequent Visitor
The SunburstVisual uses a matrix mode dataview and does selections. It uses .withCategory, but .with MatrixMode works fine as well. You just have to append calls to .withMatrixMode to specify your context (e.g. if you are including parents, call it more than once; same if you are including column), then call .createSelectionId at the end and get the combined Id.