how do I access fields in DNG with RPE that are not in the list of fields?
![]() I am trying to generate a report with RPE but want the 'section' identifier as part of the report. It is available in DNG itself, but is not a selectable attribute in RPE.
I assume I need to modify the SPARQL query but is the section identifier accessible through OSLC or some other interface?
|
One answer
![]() Are you referring to section from the module? If so, it is accessible through DNG reportable API. You can use dataSource/artifact/moduleContext/contextBinding/section (from modules schema).
|