Skip to main content TDX, the developer conference for the AI agent era is happening now. Watch live on Salesforce+ for exclusive digital content, a revolutionary keynote, and more.

#Trailhead Challenges2.465 utenti parlano di questo argomento

Hands-on challenges are the “secret sauce” of Trailhead. Before searching for solutions to superbadge challenges, review the Salesforce Certification Program Agreement and Policies.
9 risposte
  1. 11 feb, 14:51

    Hi, @Divya Smart bridge

     

    1. Open Reports tab --> click 

    New Report --> select Opportunities and click "Start Report"Hi, 1. Open Reports tab --> click New Report --> select Opportunities and click2. Filter by "Date: Close Date, Range: All Time"2.jpg3. Group: Stage3.jpg4. Save Reporth with name: Opportunities in Stages7.jpg!!!When saving the Report, please pay attention. When you enter its name, the system automatically generates its API Name, which is usually something like Opportunities_in_Stages_3xa.

    Therefore, you need to remove the last characters in the API Name so that it is exactly: 

    Opportunities_in_Stages

    Otherwise, the validation system will return an error stating that it "Cannot find this report". 

    ---

    5. Open Dashboard's Tab --> click "New Dashboard

    Name: 

    Big Deals

    5. Add a Widget --> Chart or Table4.jpgSelect Report: Opportunities in Stages5.jpg6. Display As: Donut Chart6.jpgSave the Dashboard. 

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000

I'm stuck on the Create a Product Pipeline Dashboard with CRM Analytics Charts, Add a Pyramid Chart

The error message says that there is no pyramid chart with the title "Products..."

 

I might be wrong but I think there is......

Could not find a pyramid chart on the dashboard with the title 'Products by Opportunity Value' and a Left Axis with Opportunities.

 

#Trailhead Challenges

10 risposte
  1. 28 giu 2024, 16:00

    "Click Count of Rows options menu (⌄), then select Sort ascending to sort the bars in ascending order."

    I selected the "Sum of pipeline..." to sort ascending 

0/9000

Hi! I need some help in this topic. Despite creating the  donut chart and checking everything out. I still get the message "We couldn't find a report chart of type 'Donut'."

Because of this I can't seem to finish this exercise. The existing help questions and related solutions did not help much. 

 

#Trailhead Challenges

7 risposte
0/9000

Hello there! I'm on this trailhead challenge and I'm supposed to change how the chart looks like but the different display as options are unavailable. I wonder why? And what do I need to change in order to display the chart as it's requiered for the challenge?Can't change how the chart is display in Dashboard

 

 

 

#Trailhead Challenges

5 risposte
  1. 11 feb, 21:15

    Hey @Cheysa Brito,

    The reason you can’t change the chart type is dashboard is probably because your 

    report isn’t grouped.  

    How to Fix It:

    1. Go to the report used in the dashboard.
    2. Check if it has a grouped field (e.g., by Account, Stage, or any relevant category).
    3. If not, add a group:
      • Click on a column header (e.g., "Stage" or "Owner").
      • Select "Group Rows by This Field."
    4. Save & Run the report.
    5. Go back to the dashboard, edit the component, and now you should see different chart display options available.

    That should do the trick! Let me know if you're still stuck.

0/9000
2 risposte
  1. 11 feb, 15:22

    Hi, @SATURNINO DISLA HIDALGO

     

    1. Open Reports tab --> click 

    New Report --> select Opportunities and click "Start Report"Hi, 1. Open Reports tab --> click New Report --> select Opportunities and click2. Filter by "Date: Close Date, Range: All Time"2.jpg3. Group: Stage3.jpg4. Save Reporth with name: Opportunities in Stages7.jpg!!!When saving the Report, please pay attention. When you enter its name, the system automatically generates its API Name, which is usually something like Opportunities_in_Stages_3xa.

    Therefore, you need to remove the last characters in the API Name so that it is exactly: 

    Opportunities_in_Stages

    Otherwise, the validation system will return an error stating that it "Cannot find this report". 

    ---

    5. Open Dashboard's Tab --> click "New Dashboard

    Name: 

    Big Deals

    5. Add a Widget --> Chart or Table4.jpgSelect Report: Opportunities in Stages5.jpg6. Display As: Donut Chart6.jpgSave the Dashboard. 

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000

I have a report with a stacked column chart designed as below (X-Axis = Created Date, Stack By = Stage) :

 

Report Chart displayed differently when embedded on an App Home page - Stacked Column Chart

 

When embedded on an App Home page as a Report Chart component, it shows up like below (X-Axis = Stage, Stack By = Created Date), and I have no way to change it. 

 

Screenshot 2022-02-28 181441.png

 

This automatic swapping of X-Axis/Stack By variables is quite weird and annoying.

 

I saw this issue also reported in an earlier thread https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8OE8SAN with no clear solution. 

 

Any advice would be appreciated. 

 

Thank you!

1 risposta
  1. Mikey Brown (SETGO Partners) Forum Ambassador
    30 nov 2023, 19:22

    Hi Longyi, that is very strange, and there don't seem to be any parameters in the Report Chart component that let you adjust that. One trick you could do is maybe throw that chart in a 1 component dashboard. In that dashboard you could use the setting to use the same chart as identified in the source report, and then on the homepage you could add that dashboard.

0/9000

In Trailhead, while verifying the Super Badge challenge 3 in CRM Analytics, getting the below error.

Dataset used for this challenge is attached here for reference.

 

CRM Analytics and Einstein Discovery Insights Specialist Challenge 3 Description:

Display Churn by Tenure

Create a ratings chart that displays churn by tenure. Configure the chart to filter by length of tenure.

Error Encountered While Verifying the challenge:

Challenge Not yet complete... here's what's wrong:

We can't confirm the binding syntax for the Churn Tenure chart. Check that toggle widget selections are updating the Churn Tenure chart. Confirm the binding is using the correct step.

 

Binding Query used in Ratings chat:

q = load "Beattie_Subs";

q = filter q by {{row(static_2.selection,[0],["min","max"]).asRange ("Tenure")}};

q_B = filter q by 'Churn' == "Yes";

result = group q by all full, q_B by all;

result = foreach result generate (count(q_B) / count(q))*100 as 'churnRate';

 

Toggle Widget Query:

{

    "broadcastFacet": true,

    "columns": {

        "min": {

            "type": "string"

        },

        "Length of Tenure": {

            "type": "string"

        },

        "max": {

            "type": "string"

        },

        "Tenure Length": {

            "type": "string"

        }

    },

    "label": "Tenure Length",

    "selectMode": "single",

    "type": "staticflex",

    "values": [

        {

            "Tenure Length": "High Risk",

            "min": 1,

            "max": 12,

            "Length of Tenure": "1 to 12 months"

        },

        {

            "Tenure Length": "Medium Risk",

            "min": 13,

            "max": 24,

            "Length of Tenure": "13 to 24 months"

        },

        {

            "Tenure Length": "Low Risk",

            "min": 25,

            "max": 36,

            "Length of Tenure": "25 to 36 months"

        }

    ]

}

For quick reference, Custom Definition of Toggle Widget is here below.

Cannot Verify Super Badge Challenge 3 and Encountering ErrorComplete Requirement:

Display Churn by Tenure

Beattie Media’s wheeling and dealing to make their newer subscribers happy has also come at a cost to their loyal subscribers, who were there at the beginning. Arnas and Olivia are dismayed to hear their longtime subscribers are feeling ignored and starting to lose their sense of loyalty. These once-steadfast subscribers are also cancelling their services for better deals. Arnas and Olivia would like to monitor churn within subscriber tenure. For example, measure the number of subscribers who’ve been with them for over 2 years and cancelled. They’re asking for a churn by tenure chart to help them be more strategic and targeted for all their subscribers.

  1. Locate the dashboard section labeled CHALLENGE 2 and replace it with a chart widget.
  2. Add Churn Tenure as the query name.
  3. Add a calculation that divides the number of churned subscribers (Churn = "Yes") by the total number of subscribers. Churned subscribers will be the numerator, total subscribers will be the denominator.
  4. Add a toggle widget above the Churn Tenure chart.
  5. Add Tenure Length as the display label.
  6. Add the following custom definition to the widget.

Tenure Length (Display)    |Length of Tenure (Value)

High Risk | 1 to 12 months

Medium Risk | 13 to 24 months

Low Risk | 25 to 36 months

Bind the Tenure Length toggle widget to the Churn Tenure chart and have it filter the Tenure field. Your solution should look similar to the example below.

Calculate Subscriber Acquisition Costs

 

#Trailhead Challenges  #Reports & Dashboards

1 risposta
  1. Divya Chauhan (Kcloud Technologies) Forum Ambassador
    31 dic 2024, 04:32

    Hello, 

    • Super badges are part of the credentialing program,
    • Please make sure you Signed up for a free org with special configuration
    • Please check prerequisite
    •  Please Check out the Superbadge Challenge Help article.
0/9000

I have been created all reports. Whenever I'm trying to create a Dashboard for this I'm uable to see the +component over the screen on the Dashboard. Can you please help me on this.

Please find the attached screenshot.

 

Business Administration Specialist

 

#Trailhead  #Trailhead Challenges  #Trailhead Superbadges

2 risposte
  1. 7 gen, 17:29

    Hi, @Yamala Hareesh

     

    Most likely, there is some confusion with the terminology here.

    I reviewed the documentation, and in some articles, the elements of Dashboards are referred to as Widgets, while in others as Components, even though they essentially mean the same thing. 

     

    When you click +Widget, you need to choose what to add: Chart or Table, Text, or Image.Hi, Most likely, there is some confusion with the terminology here.2.jpg

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000

I created a new Lighthing App and Added Reports into it, I was able to create a Report but I am unable to create a chart on that report.

 

Add Chart property in the UI is disabled for me. I have System Administrator, Standard User, Standard Platform User Access on the New Lighthing App that I have created.

 

#Trailhead Challenges

4 risposte
  1. 20 dic 2024, 06:17
0/9000

I have created the report following the steps and once I start to create the dashboard I have all greyed out and I can't add the donut chart 

thank you

 

#Trailhead Challenges

5 risposte
  1. 27 nov 2024, 14:12

    @Maria Jose Villanueva you're welcome! =)

     

    If my previous answer was useful for you, please mark as a Accepted Answer.

     

    I wish you success in your further learning Salesforce.

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000