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
Patrick NylenPatrick Nylen 

Filter Chart on Visualforce Page

I'm creating a Visualforce page with an embedded chart using <analytics:reportChart>. I'm trying to filter by the Last Modified By field, but keep getting an "Specify a valid filterable column because LastModifiedById is invalid" error. Here's what I'm working with:

<analytics:reportChart reportId="[report ID]" showRefreshButton="false" size="medium" filter="{column:'LastModifiedById', operator:'equals', value:'[user ID]'}"></analytics:reportChart>
Michael MMichael M
Patrick, did you find a solution. I need to filter my reports by Account id.