Forum Discussion

jprmsn's avatar
jprmsn
Frequent Visitor
6 years ago
Solved

SelectionIdBuilder withmatrixnode hiearchy

I'm struggling with setting the correct selection Ids to use with row selection, drill-though, and report page tooltips with my custom matrix visual.   Right now, I am creating IDs using .withMatri...
  • jprmsn's avatar
    jprmsn
    6 years ago

    The key here is to stack calls to the builder and not call createSelectionId until done.  So, for example, you can call .withMatrixNode for a row node, another row node, then a column node, then call create and you will end up with a Selection ID for the "intersection" of the two rows and the column.