Hi I read everything on the topic but still have the issue for passing the challenge.
Here my screen and JSON string.
Hello @Nathalie ENGRAMER,
I solved this issue by following this steps:
- In Dashboard filters instead of Filter Builder switch to Filter String
- Fill text area fill the following code:
{'datasets': {'DTC_Opportunity_SAMPLE': [{'fields': ['Account_Name'], 'filter': {'operator': 'matches', 'values': ['$Name']}}]}}
As I see it the problem is in incorrect convertion of
filter
- condition. It expect matches but get in value insted.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A9402SAB
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007akAgtSAE
@Sushmitha B Hi I succeed to resolve my issue in two steps : I needed to redo the challenge in a new org and use the answer copy/paste solution from @Tushar Jadav (many thanks).
Hi @Nathalie ENGRAMER I am a member of Trailhead Help, We see that you have successfully completed the "Embed a CRM Analytics Dashboard in Lightning Experience" badge. Please post the solution or mark any one of the above which helped you to resolve your query and mark it "Best Answer" to close this thread and also it might help fellow Trailblazers who are facing a similar issue. Thank You!