Problem in displaying RTC custom attribute in RPE report
I have RTC enumerated attribute named Safety related and I am publishing that enumerated attribute in RPE report using workitem/workItem/allExtensions query.
Created a paragraph and applied workitem/workItem/allExtensions query.
Inside the paragraph, I have created text and displaying value using workitem/workItem/allExtensions/displayValue.
Applied condition displayName=="Safety related".
It is providing correct value for enumerated attribute as Safety related = yes, but the attribute name is getting populated multiple times like,
Safety related
Safety related
Safety related.
Can anybody please let me know what's wrong with the template and what can I do to fix that so that it will publish only once.
Comments
Anjuri Kelaiya
Jan 18 '19, 3:55 a.m.I found the solution. I have applied condition displayName=="Safety related" at container level and now it is displaying value only once.