pxPages

Hi,

I have one section in which data is coming from Data Page–>Source Report Def.
In section Pages & Classes

.pxPages(W) Class = CI-AB-PP-Work-MT

Can someone help me to figure out that why .pxPages(W) is used.

Note:- In reports Joins are used → Both Class Join and Sub-Report.

@AbhishekC1725 When source of a Data page is a Report Definition and sub-report is used in Data Access tab for source Report Definition, the columns sourced from subreports are shown under pxResults().pxPages(W) in the Datapage. The subscript W in pxPages is the Prefix used for subreport join in the source Report Definition.

@AbhishekC1725 Once run the Data Page and observe DataPage-> pxResults → pxResults(1) → pxPages (W)

@sahav Thanks for the explanation, for clearing

@sahav Check if there is a data traceability feature that shows connections between defined sources and pages/classes. This can help visualize dependencies.

@UdayReddyGunthala Thanks