function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PrasadVRPrasadVR 

how to display both query and sub query records in single page block table

Hi ,

 

      How to Display both query and subquery records in a single page block table.

Prafull G.Prafull G.
You can use a apex:repeat tag to show sub query records while iterating the main query records.

Cheers!