How to generate graphical report based on views in DNG using JRS?
Hi Team,
My use case is that I wanted to generate a report showing Number of Requirement not implemented by task.
I have created a view for it and show it on dash board using widgets, but my widget is not showing the count in graphical format e.g. Bar Graph.
Please suggest how to achieve the same.
Regards,
Krunal.
2 answers
Hi Krunal,
I think it is possible by following steps in JRS.
1. In Choose an artifact, select Collection or Module > View
2. In Trace relationship, add a link from Collection or Module to Requirement
3. In Format, click on Calculated value data item, select Requirement with "Count number of artifacts"
4. Select Graph, select graph type (bar graph), and set X-axis (eg, module or project) and Y-axis (number of artifacts)
The result is something like below