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.
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.
One answer
Are you using Native Filter or Scripted Filter? What is the URL you provide while configuring data source? (You can only set https://greygloom.outer.stellar.local:9443/ccm/rpt/repository/workitem/workItem/id/3289 and need not append fields filtering since RPE does it automatically).
Do you see the output if only key == RTC Attribute ID filter is used?
You can also create a Special Attribute and use it in the template.
If you can share the template, I can check why it is not working.
Do you see the output if only key == RTC Attribute ID filter is used?
You can also create a Special Attribute and use it in the template.
If you can share the template, I can check why it is not working.