720

Einstein Analytics Dashboard Filters on Record Detail View

Lightning Page Filter

{‘datasets’:   {‘SF_Wave_Accounts’:   [   {  ‘fields’:[‘SF_Acco.Name’], ‘filter’:{‘operator’: ‘in’, ‘values’:[‘$Name’]},  ‘fields’:[‘SF_Acco.Name’], ‘selection’:[‘$Name’]  }   ] } }’datasets’: {‘SF_Wave_Aging_Account_Profiles_1’: [ {‘fields’:[‘ACCOUNTEXTERNALID], ‘filter’:{‘operator’: ‘matches’, ‘values’:[‘$External_Id__c’]}} ] } } 


Classic Layout Filter

 {

 “SF_Wave_Accounts”:{

         “SF_Acco.Name”:[“$Name”]

         }

 }


VF Page Filter

 <wave:dashboard dashboardId=”0FKc0000000CamAGAS” showTitle=”true” height=”612px” openLinksInNewWindow=”false”

filter=”{

‘SF_Wave_Accounts’: {

‘ACCOUNTID’: [‘{!JSENCODE(Account.Id)}’]

}}

 ” showSharing=”true”

 />

Post a Comment

Your email address will not be published. Required fields are marked *