How to get Enumeration Value for an RTC Attribute in RPE
![]()
I see to be having problems extracting enumerated values for my RTC attributes in my RPE Template.
Template snippet below: My URI for the template is a filter on a specific Workitem ID so is of the form: https://greygloom.outer.stellar.local:9443/ccm/rpt/repository/workitem?fields=workitem/workItem[id=3289]/*/*/*/*/* The filter on workitem/workItem/allExtensions is: key == RTC Attribute ID The filter on workitem/projectArea/enumerations/literals is: workitem/workItem/allExtensions/smallStringValue_value == workitem/projectArea/enumerations/literals/id I am getting a positive return against query $121 and $128 but $129 returns nothing. |