Good morning everyone!
I am not able to meet this requirement.
I have a class “Ass” that contains the association between tables A and B.
I need a view with a table whose source is a Data Page of class “Ass” which, through a report, performs the join between tables A and B.
I would like to see in the view on a landing page the columns of classes A and B.
In addition, in the local actions I would like an action to export to CSV, as well as to Excel.
@StefanoB3275 i missed that part of the question, “Export to CSV” is only there when the source of the data is a queryable datapage. It governs a lot of the Constellation features as its centered on ensuring application performance and scalability.
Why? The short answer is: Query data pages are designed to efficiently handle large datasets on the server, which is essential for a non-disruptive export experience.
Of the top of my head, you might need to use a simple association rule to get this working, leveraging an “advanced” join might preclude this from the export button.
Failing that you could create a optional action on the case, promote it (so its more prominent) and that could trigger the file creation you want. This is advanced but not unique to Constellation (nor different)