I am attempting to navigate hierarchies in reports.
Using: /biprws/raylight/v1/documents/xxxxx/reports/1/driller/hierarchies, I get a response that contains:
drillelements
drillelement
{}
@ambiguous=false
@inQuery=false
@inScope=true
@qualification=Dimension
id=DP0-D073
name=Level1
The id allows me to associate a report element with its position in the hierarchy, so I can perform drill up/down operations.
But in some cases (seemingly with custom hierarchies), the id is a different type:
drillelements
drillelement
{}
@ambiguous=false
@inQuery=false
@inScope=true
@qualification=Dimension
id=L7
name=Segment
I can't figure out how to correlate this id (L7) with a report element. The hierarchies result does contain an ID for the hierarchy itself (DP0.DH1b, in this case), but it doesn't appear that the hierarchy detail is available anywhere.