What causes Report Builder to return null when DNG attribute is not null
John Loriz (11●2)
| asked May 08 '19, 8:27 p.m.
retagged May 10 '19, 4:41 p.m. by Michael Afshar (701●4) We have a string attribute in DNG called Paragraph Reference which stores the section number that the requirement artifact is located in. We have this attribute in two modules, child module and parent module. I've configured Report Builder to generate a trace from the child requirement artifact to the parent requirement artifact. I've set the report up to display the paragraph reference for the child requirement artifact, and the parent requirement artifact. The Paragraph Reference for the parent requirement artifact is returned properly, but the Paragraph Reference for the child requirement artifact returns null despite the attribute being populated in DNG. |
One answer
Hi John,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi John,
Hello, Carol.
I had one of my engineers create a javascript to allow the user to decide whether they wanted to have the Paragraph Reference attribute contain the heading number only, the heading text only, or the heading number and text. The script then processes the artifacts within the module collection to determine which section heading the requirements are contained in and then populates the attribute with that information. I'm not familiar with javascript, so I can't give you any further details. Sorry.