I am fetching fields from Index join in a report definition which is the source of a data page. Data page is the source of a table in a landing page. Now the Index class Property is present inside pxPages. So to show those values in the Table on the landing page.
@Anuragafter executing the report definition, add a response datatransform which flattens the structure (copy from .pxPages().Property into .property.
Thanks for your response @Ronald de Lignie, Currently doing the same , i was wondering if there are other ways, what if we have multiple properties in that case i have to map all of them to the respective pxResults page.
@Anuragif you build your Cases / data objects in app studio I generally do not need to build all the indexes myself. If you want to combine different classes, you can use associations.
@MarcCheong made a great article on it: Utilising Advanced Associations (joins) with Insights in Explore Data to report on Tags | Support Center
@Aditi Mehta also put an article on class groups Insights, another way to combine different work classes too Visualizing data from class group | Pega Community