Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <apex:page standardController="Case">
  2. <analytics:reportChart reportId="Id of report"
  3. hideonerror="false"
  4. filter="{column:'FK_CNTC_ID', operator:'equals', value:'{!Case.Contact.Id}'}" size="tiny" showRefreshButton="false"></analytics:reportChart>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement