You need to sign in to do that
Don't have an account?
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:
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
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
https://success.salesforce.com/ideaView?id=08730000000l5D8AAI