pxPages with embedded page
HI,
DPage has RD as source. I have joined RD with Work class with A subscript. My data page results structure is something like below- D_test
D_test.pxResults--------- (Assign-WorkBasket)
pxPages(A) ----------- work class
User ------------ FW-Data-User class
pyFullName (Property)
- I have given D_test, D_test.pxResults, D_test.pxResults.pxPages() in pages&classes tab. However, when I try to refer pxPages(A).User.pyFullName in the table layout in section, it says Invalid Page. Other pxPages(A).properties are working just fine. I have tried pxPages(A).User in pages&classes tab, didn't work. Thanks!
EDIT: pxPages(A).User in pages&classes tab worked. It was a silly mistake on my end. Thank you all for your replies.