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
VINODKUMAR REDDY KALUVAVINODKUMAR REDDY KALUVA 

analytics:reportChart Filter Column name Account.ParentId is wrong [For the filter 1: Specify a valid filterable column because ParentId]

Hi Everyone,

Here I'm trying to display Report charts in the visualforce page, but I'm getting an error called " [For the filter 1: Specify a valid filterable column because ParentId is invalid]".
Actually, for Column names(API names), I looked in view page source, Workbench so many palaces in online, but I couldn't find the right one.
I need you guys help to find out Column names for(Analytics:reportchart) above field Account.ParentId.
Look into below image and code for reference:

User-added image


Code:
<analytics:reportChart filter="[{column:'ParentId',operator:'equals',value:'001O00001IEpmW'}]" size="tiny" ReportId="00O9000009iEe" />
Thanks in advance!....