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
sevindusevindu 

Einstein Analytics Data Preparation Specialist

I am stuck with the step 6 in the superbagde. Please help me
Nitin verma 22Nitin verma 22
Just want to help people who are stuck up with Challenge 7. Lens is the most tricky and annoying part of this challenge. My Dataset for challenge was right, even my lens was also correct but stuggled for 4-5 days to clear it just because of "Focus" functionality. Guys please dont use filter to add five Seed ids, instead use focus button (right click after highlighting top five seed bank orders). Ensure after focus you should get top five seed ids on your lens.

Thank you.
Nitin verma 22Nitin verma 22
Just want to help people who are stuck up with Challenge 7. Lens is the most tricky and annoying part of this challenge. My Dataset for challenge was right, even my lens was also correct but struggled for 4-5 days to clear it just because of "Focus" functionality. Guys please dont use filter to add five Seed ids, instead use focus button (right click after highlighting top five seed bank orders). Ensure after focus you should get top five seed ids on your lens.

Thank you.
MEENU SINHA 34MEENU SINHA 34
I am facing erro in Step 3 Einstein Analytics Data Preparation Specialist 

Challenge Not yet complete... here's what's wrong:
We can't validate the 'Create Seed Bank Agencies' node was created correctly. Check the required fields, field types, node name, and alias are correct.

Please review the below Load Seed Bank Agencies Json file andletme know if anu issue with it. 

I am stuck with it from 4 days, response are highly appreciated.
 
{
  "Filter Agency Records": {
    "action": "filter",
    "parameters": {
      "filter": "IsAgency:EQ:TRUE",
      "source": "ID Agency Records"
    }
  },
  "Load Account": {
    "action": "sfdcDigest",
    "parameters": {
      "fields": [
        {
          "name": "AccountNumber"
        },
        {
          "name": "Phone"
        },
        {
          "name": "Name"
        },
        {
          "name": "ShippingCity"
        },
        {
          "name": "ShippingCountry"
        },
        {
          "name": "ShippingState"
        },
        {
          "name": "ShippingStreet"
        },
        {
          "name": "ShippingPostalCode"
        }
      ],
      "object": "Account"
    }
  },
  "Create Seed Bank Agencies": {
    "action": "sfdcRegister",
    "parameters": {
      "name": "Seed Bank Agencies",
      "alias": "seed_bank_agencies",
      "source": "Filter Agency Records"
    }
  },
  "Add Agency Fields": {
    "action": "augment",
    "parameters": {
      "right_key": [
        "AccountNumber"
      ],
      "left": "Load Account",
      "left_key": [
        "AccountNumber"
      ],
      "right_select": [
        "Acres",
        "Currency",
        "SubRegion",
        "Region",
        "Longitude",
        "Latitude"
      ],
      "right": "Load Agency Detail",
      "relationship": "AgencyDetail",
      "operation": "LookupSingleValue"
    }
  },
  "Load Agency Detail": {
    "action": "edgemart",
    "parameters": {
      "alias": "Agency_Detail"
    }
  },
  "ID Agency Records": {
    "action": "computeExpression",
    "parameters": {
      "source": "Add Agency Fields",
      "mergeWithSource": true,
      "computedFields": [
        {
          "name": "IsAgency",
          "saqlExpression": "case when Phone is not null then \"TRUE\" else \"FALSE\" end",
          "label": "IsAgency",
          "type": "Text"
        }
      ]
    }
  }
}


Thanks,
​​​​​​​Meenu​​​​​​​