Tuesday, October 13, 2015

Display Matrix Report in Visualforce page

Using the jsforce i recently worked on analytics to display Matrix reports in visualforce page. Querying the tabular Report and accessing the fields and displaying in visualforce pages.





3 comments:

  1. I am looking for something similar.
    I want to display matrix report having two level row and two level column grouping on a visual force page.
    Can you give some suggestions on how to implement it?

    Regards,
    Parita

    ReplyDelete
  2. Can we display that report in group by ?

    ReplyDelete
  3. Hi We can do that.
    Please try to use the report class
    https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_namespace_Reports.htm
    http://peterknolle.com/asynchronous-reports-with-the-analytics-api-in-apex/

    ReplyDelete