function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Divs@newbieDivs@newbie 

Usecase to show 2 different matrix reports as one view using Lighting component or Visualforce page

We have a requirement where, there are 2 different matrix reports and it is currently subscribed to the few receipients and it is working as expected. However, the need is, we need to club both of those reports in a single view and send email to the recipients. (Please note, joined report does not work in this use case)

Hence, looking for customization where we can showcase 2 matrix reports into one either by using visualforce page or by lightning component.

I went through few posts which suggested to use <apex:reportChart> however, the report that I mentioend does not have a chart and I suppose this will not be helpful.

Also, found https://developer.salesforce.com/blogs/developer-relations/2015/04/displaying-summary-and-matrix-reports.html , where this is specific to report app using lightning component.

Could you please suggest any feasible solution in order to show 2 reports as one and send email to those receipients. I think I can take care of the recipients part, but need assistance on the display part. Is there any standard tag or any other iframe which should work ideally for lightning and classic view.

Highly appreciate your assistance.
 
SwethaSwetha (Salesforce Developers) 
HI Divya ,
You might want to try Analytics API to meet your requirement

Related: https://salesforce.stackexchange.com/questions/44639/create-a-matrix-table-in-visualforce

Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you