I am trying to build a report to show projects and subprojects status updates with data for projects and subprojects coming from 2 separate sharepoint lists i.e. datasets in the same data source.
The problem is
- That I do not know how to build a lookup function for tablix to pull data from different sharepoint lists.
- Tablix needs to have a rule for exceptions: 3 projects have subprojects but the other do not have subprojects.
The expected result is for tablix to display status report in the following way:
status update next steps
project1
project2
project3
subproject 3.1
subproject 3.2
subproject 3.3
I have linked the projects to subprojects using a key.
Advice much appreciated.