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)
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.