Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <apex:page standardcontroller="NPS_Survey__c" extensions="NPSSurveyController">
  2. <base target="_top" />
  3. <apex:form >
  4. <table width="100%">
  5. <tr>
  6. <td><strong>Follow-Ups by Type</strong></td>
  7. <td><strong>Follow-Ups | No Answer</strong></td>
  8. </tr>
  9. <tr>
  10. <td>
  11. <analytics:reportChart reportId="00O13000008TyVK" size="small" showRefreshButton="true" filter="{column:'NPS_Follow_Up__c.Survey_ID__c', operator:'equals', value:'{!Id}'}" hideOnError="false" > </analytics:reportChart>
  12. </td>
  13. <td>
  14. <analytics:reportChart reportId="00O13000008TyVP" size="small" showRefreshButton="true" filter="{column:'NPS_Follow_Up__c.Survey_ID__c', operator:'equals', value:'{!Id}'}" hideOnError="false" > </analytics:reportChart>
  15. </td>
  16. </tr>
  17. </table>
  18. </apex:form>
  19. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement