Parameters not passing for virtual report definition while using pagination in the table layout

Hi Team,

Using virtual report definition and have configured pagination in the table layout. Parameters for the virtual report definition are passed via pre processing activity. First page records are loading correctly by passing the parameters. On clicking of second page, the parameters are not getting passed for the virtual report definition. Any help on how to pass the parameters for the virtual report definition while clicking the next page. Help is appreciated…

Thanks in advance!!!

@ShivakumaaranC

Hi Team,

Found a way to make the parameters to be passed to the where condition of virtual RD. Enabled the “Run Activity before grid update” in the operations tab of the table layout. Calling an activity to set the parameters for the where condition of the virtual rd and the parameters getting passed correctly.