First of all thanks for answer, but I’m not sure what I might be doing wrong. I’ll try to summarize my issue as clearly as possible.
I created an Association called LabRound in the class of the LabRoundResults Data Object, joining it with the LabRound class, since I need to access data from that class.
Then, I created a new Data Page (List, Read-Only) with a Report Definition as the source, where I included the Association I created (all of this configured in Dev Studio). When I run the report, it returns all the data correctly, including the columns from the associated class.
After that, I switched to App Studio to create an Insight. In Explore Data, I cleared the cache and then selected Data Pages from the dropdown. I chose the Data Page I created earlier, but the Association does not appear, and I get the message:
“This data source supports a limited set of features.”
In this case, the Data Page does not have the option “Allow querying any column (Pega connection only)” enabled. However, when I enable this option and return to App Studio, the Data Page no longer appears in the list of available options.
For reference, I have attached a screenshot.
On the other hand, when I select in Explore Data the default Data Page that is automatically created with the Data Object, I can see that the option “Allow querying any column (Pega connection only)” is enabled. In that case, I can see two associations related to Operator (Create and Update). However, these associations are not explicitly added in the Report Definition of DataTableEditorReport.
My understanding is that the Object option in Explore Data is pointing to this default Data Page.
I hope my explanation is clear, and I would really appreciate any guidance on what I might be missing.