function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Justin Epistola 1Justin Epistola 1 

Specify a valid filterable column because Investors_ID__c is invalid.

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



 
Mouna Borra 5Mouna Borra 5

Hi Justin,


Is tihs issue resolved?