How do you get Report Builder not to return all Module instances of Artifacts
I am trying to use Report Builder to report on all the Artifacts of a particular type in my project area, however as well as the base artifact it also brings in every instance in any modules as well.
I just want a report using the base artifacts not all the instances across multiple modules.
It would seem pointless to create a Module purely for a reporting perspective as it seems that I set a condition to only show those in a particular module.
I am having to use multiple modules already for reporting purposes as the Dashboard Widgets only allow you to point to views in Modules or the Base level (would be much more useful to point to views in collections)
2 answers
You need to add a condition against the artifact to say if it belongs to a module or collection (and if so which one[s]) or if it is unassigned (within the context of the report you are trying to generate).
In this example 'unassigned' has been chosen so only the base artifacts links going to that artifact will be reported even if the artifact also appears in 1 or more modules and has module context links within those modules.
If you instead selected a module in which that artifact appears then only the module context links going to that artifact as it appears in the selected module will appear in the report.
Comments
I'm also having this issue -
If an artifact is not in a module, it appears once in the report (just the base artifact)
If an artifact is in a module, it appears twice in the report (base artifact and module artifact)
Anyone find a workaround for this?