Skip to main content
Hi, 

I am trying to show a chart from my report to a dashboard; Here is the code I am using; 

<apex:page standardController="Account"> <analytics:reportChart cacheResults="false" reportId="00Of1000004mkZN" filter="[{column:'Investors_ID__c',operator:'equals',value:'{!Account.ID}'}]" size="tiny"> </analytics:reportChart> </apex:page>

I tried following the guide I found > Inspect element afrom Chrome but I can't see the api name for the columns in my report, What I am seeing is the Field ID. 

Can anyone help. Been trying to figure it out all morning. 

Thanks!

Justin

 
1 answer
0/9000