Hi all,
I have a table view created to list fields that the client wants to see in a report, with the new wysiwyg, I am able to now do a decent layout of those fields, but what I really need is it to group or group nesting and I can seem to find anything to help me with that.
I only need that to happen in the printer-friendly page, so I am assuming that would be the page that is modified with the visual editor.
I would also like some pagination with that based on the a field, I have found some information on that elsewhere in this forum which I believe I could use to my advantage.
My sql query is as followed:
select "MANUAL_OBSERVATION_ID",
"OBSERVATION",
"IAD_RECOMMENDATION",
"IMSS_RESPONSE",
"ISSUE_ID",
"START_DATE",
"END_DATE",
"DUE_DATE",
"STATUS",
"ISSUE_OWNER",
"ISSUE_TITLE",
"ISSUE_DESCRIPTION",
"ISSUE_RESOLUTION",
"CONTACT_ID",
"REPORT_NAME",
"MANUAL_SECTION_ID",
"SECTION_NAME"
From "OBSERVE"."AUD_RPT_ALL_OPEN_ISSUES"
I would like to nested group based on report name, Manual_observation_id, issue_id in that order.
Any help would be greatly appreciated.
Thanks,
Chris.