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
Saravanan @CreationSaravanan @Creation 

Error on expression with string in lightning Wave:dashboard

Hello All,

I have added the below code in my lightning component

<wave:waveDashboard showTitle="false" dashboardId="0FK0q00000000NyGAI" height="200"   filter="{'datasets':{'Activities':[{'fields':['OtherPeople.Person.Person_Id'], 'filter':{'operator': 'matches', 'values':['0030q000006ze6rAAA']}}]}}"/>

I want to replace that id(Mentioned in the filter) to {!v.recordId}. The main aim to populate that id dymanically

Regards,