I wish to add table using reporting plugin for every child page data
I have develop one small application which store employee basic info for eg. Project, Work hours , Reporting status, Milestones. And then use one another page which contain reporting macros which brings the data on to the page. Catch here is it works fine when it brings data in tabular fasion but I need data of every child in one table ... Not in a row
manner. The image attached with this is an example of how I want the reporting page to be look like.
Can somebody will help me for this.

manner. The image attached with this is an example of how I want the reporting page to be look like.
Can somebody will help me for this.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hi Shweta,
This would be a very customised report, since the layout seems to be quite custom, you will need to use {report-block} instead of {report-table} this lets you be a bit more free-form with your structuring of the output.
To obtain the structure you will need to use a series of macros to get the output correct, from the looks of it, you can probably make do using a combination of {panel} macros and {section}{column} macros, but you will have to play around with them to get it to appear as shown in your diagram.
If you want even more control over the layout, you will need something like the HTML macros (namely {table}, {tr}, {td} or a series of {div} to achieve this).
report-block declarations are very similar to report-table so modifying what you have now to use report-block should be quite quick, please consult the documentation for more specific details on how to use report-block.
Regards,
Bo Wang
CustomWare -
Inappropriate?Shweta, you can also use
{html}
<your-html-code-here>
bla bla bla
</your-html-code-here>
{html}
Loading Profile...



EMPLOYEE
