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
Benjamin BolopueBenjamin Bolopue 

Filter Logic on Visual Force Report Chart

Scenario:
I'm creating a VF Page in order to display multiple Report Charts on one of our Account Page Layouts. 

Problem:
While using lines of code (like the following) to generate the charts is pretty straightforward, my scenario requires multiple filters and "OR" logic. As best I can tell... Adding more than one set of filter criteria always results in "AND"ing them together.

Report Chart Code Example:  
<analytics:reportChart reportId="00O13000008TY8B" size="tiny" filter="{column:'Account.Name', operator:'equals', value:'{!Account.Name}'}"> </analytics:reportChart>

Question:
How would I go about adding multiple filters that are "OR"ed together? I can't find any documentation on adding filter logic to Report Charts included on VF pages.

Thanks,
Ben
Varun PareekVarun Pareek
Not sure if you actually can add an OR to the filter. I see an idea raised for this 11 months back.
https://success.salesforce.com/ideaView?id=08730000000l5D8AAI