Dynamic Table using row data as column headers
Summary
We are trying to use parent-child tables where the child table has revisions and we need to show each revision as column headerContent
So I have two tables, The parent table contains item description and child table contains quantity along with a revision number. What I'm trying to do is have a single table showing item description and quantity in each revision.
For this I need to convert the row table in Revision No. column, to Column Data and have the revised quantity as the row data. Can we create dynamic tables with Row Data Set to Column data?
0