Hello Everyone,
Do we have any way to export related records in M:M relationship records.?
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hello Everyone,
Do we have any way to export related records in M:M relationship records.?
Hi Hemanth,
The best way to extract the data that you'd like to see is by using Odata. Here are some helpful links about how to use Odata:
https://docs.microfocus.com/doc/SMAX/24.3/UseODataForBIIntegration
https://docs.microfocus.com/doc/SMAX/24.3/PowerBIReportsViaOData
By using Power BI Desktop for example you can produce a simple view such as this:
Here you can see a list of Changes and by Adding the r_ChangeCausedBy<Change> or <Incident> or <Request> you can then see the Many 2 Many relationships. In the example above I just added the Incident and Request to help show what caused those Changes.
Thanks
Dave