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
Alex Waddell 12Alex Waddell 12 

Wave Dashboard on Lightning Page. Show information on running Account page

Hello everyone,

I need some help embeding a Wave Dashboard on a lightning page. I want the Filter to show the current account that the page is being shown on.

I found some information online and tried to adapt the Json filter to our needs but to no avail! Below is the filter i am currently using, does anyone know why i am getting the following error: "The filter for this dashboard is invalid. Provide a valid filter in JSON."
 
{‘Claims_with_Cases':{'account':[{'Account__c.Name':['Name'], 'filter':{'operator': 'matches', 'Account__c.Name':['$Name']}}]}}