Question
Ernst & Young LLP
Ernst & Young LLP
IN
Ernst & Young LLP
Posted: Oct 3, 2022
Last activity: Oct 7, 2022
Last activity: 7 Oct 2022 2:49 EDT
Closed
Solved
Remove table header from layout
Hello everyone,
I have a requirement where I have 4 tables from report definition. I want to have header only in 1st table and in remaining tables I do not want the header.
My requirement is to create one single table with one header and all the 4 table rows. (cannot merge all 4 tables in 1 RD while fetching values)
Please help me with the above requirement
***Edited by Moderator Marije to change type from General to Product, added Product details and Capability tags****
Hi @SwathiM5232: Which version of PEGA you are using? If you are running in version 8.4 or higher, can you try to use a data page with aggregate source to frame a single list.
Alternate option for lower version is to have a defer load which can get all the report data and aggregate it.
Final option: You can use use display:none; in the header but this is not suggested.
Thanks.