Error while trying to use pxpages in table

Hi,

I have a table with source as dpage->which has dt-> which calls activity-> which executes a report definition inside

and I’m trying to fetch a property from the class join of the report definition.

In the section, in pages and classes, I added .pxPages(A) add referred to the class

Inside the table, for property reference, I used .pxPages(A).propname

When I tried to save it threw an error stating .pxPages(A).propname not defined

@PoojaPalla

Please check in the pages and classes tab, whether you have defined the page information as like in the image which I have attached.

Hi @Gunasekaran_Baskaran,

Thanks for taking the time in responding.

I used only this in the page and classes tab of the section, D_pagename.pxResults.pxPages(A) and it worked.