Skip to content

Instantly share code, notes, and snippets.

@tyoshikawa1106
Created January 14, 2014 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyoshikawa1106/8417838 to your computer and use it in GitHub Desktop.
Save tyoshikawa1106/8417838 to your computer and use it in GitHub Desktop.
analytics:reportChart
<apex:page>
<analytics:reportChart reportId="00Ox0000000OyRA" />
</apex:page>
<apex:page >
<analytics:reportChart reportId="00Ox0000000OyRA"
filter="{column:'STAGE_NAME', operator:'equals', value:'商談成立'}" />
</apex:page>
<apex:page >
<analytics:reportChart reportId="00Ox0000000OyRA"
hideOnError="true"
filter="{column:'StageName', operator:'equals', value:'商談成立'}" />
</apex:page>
<apex:page >
<analytics:reportChart reportId="00Ox0000000OyRA"
rendered="false" />
</apex:page>
<apex:page >
<analytics:reportChart reportId="00Ox0000000OyRA"
size="tiny" />
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment