Hi Folks.
Say I have a module containing information (text, dates etc) for a number of list items.
I want to add some of this information to a management report, say:
List Item | Description | Date | Status
1 First Thing 24/03 Open
2 Second Thing 25/03 Paused
…….
I would like to be able to publish this grid to a Management report with defined images/title/background and grid headers and have it display/print on as many pages as needed to show all of the items in the list.
This would be akin to the Print Titles type functionality in good old Excel
By way of an example - I would like to produce a detailed project status report to PDF that can be emailled and used as a document of record. I would therefore want to print a record of all User Stories with their status and estimates as an appendix to other slides containing key project information and statistics.
Has anyone you managed to support this use case & if so how?