• Anthony Gomez 14
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hello, I know this question has been asked on here before and I've looked through people's answers but none of them have been able to help me so far.

I would like to display a graph from a report on a Visuaforce page.

 

Here is my code:
<apex:page >
<analytics:reportChart reportId="00O2D000000FJMu"/>
</apex:page>

This shows up when I'm looking at it in the Preview from the developer console. But as soon as I use the link for this VF page it just shows a blank page.

Thanks in advance for the help.

Tony

Hello, I know this question has been asked on here before and I've looked through people's answers but none of them have been able to help me so far.

I would like to display a graph from a report on a Visuaforce page.

 

Here is my code:
<apex:page >
<analytics:reportChart reportId="00O2D000000FJMu"/>
</apex:page>

This shows up when I'm looking at it in the Preview from the developer console. But as soon as I use the link for this VF page it just shows a blank page.

Thanks in advance for the help.

Tony