Binding Basics 7: Cross-Dataset Filters and Connected Data Sources

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 22

  • @georgian3480
    @georgian3480 6 років тому +1

    You rock Pete. I was stuck with binding and making calculations based on 2 datasets for a week and you helped me solved in a minute. Connected data sources is really awesome. Thanks a ton

  • @nsatheesh001
    @nsatheesh001 5 років тому +1

    hi pete,
    your all videos are awesome. your videos helps us to understand the einstein analytics clearly. I suggested your channel to my friends to learn Einstein analytics.
    Some waste people gave dislike to this video.

    • @LetsPlaySalesforce
      @LetsPlaySalesforce  5 років тому

      There's always one. I have somewhere around a 98% like/dislike ratio lifetime of the channel, so not too worried.

  • @bernadettemisa1194
    @bernadettemisa1194 5 років тому +1

    Just finished your Binding Basics videos.
    Thank you very much Pete!

  • @colmjmitchell6377
    @colmjmitchell6377 7 років тому +2

    These videos are great Pete, keep them coming!

  • @surajsyedsuraj6207
    @surajsyedsuraj6207 4 роки тому +1

    Hey Pete, Can you please add some advance sessions on binding and dataflows

  • @sreperu
    @sreperu 6 років тому +1

    Really nice videos thanks a lot Pete.

  • @karalowseboldt5603
    @karalowseboldt5603 3 роки тому +1

    Hi Pete! Wondering if you can show me how to Bind to Segment rather than to Group. We are trying to make one pipeline by quarter bar chart toggle from "View by" Pipeline Stage vs Revenue Type vs Product Line. But having the quarter on the x axis is tripping us up.

    • @LetsPlaySalesforce
      @LetsPlaySalesforce  3 роки тому +1

      Pages are a great alternative to group bindings. Have you tried that?

  • @swarnabhabandyopadhyay8809
    @swarnabhabandyopadhyay8809 6 років тому +1

    this is really great.
    I have a question regarding filter binding. Do you have any video covering filter binding with date range?

    • @LetsPlaySalesforce
      @LetsPlaySalesforce  6 років тому

      I don't currently. The SAQL bindings guide covers this in detail but it's a hard read. Better coverage of this is on my to-do list. My video "Anatomy of a SAQL query" covers the 4 different ways date filters can manifest (compact relative, compact absolute, SAQL relative, SAQL absolute), which should help with knowing where/what to bind.

  • @dipakrh
    @dipakrh 7 років тому +1

    Hi Pete, Thanks for the videos and simple videos that had great value and save many hours in Json coding. Do you know an easier way of binding the graphs into one to save dashboard space. Graph 1 has combined Sum of amount and also the count?. This is easy to do in Salesforce Dashboards and surprised the secondary axis feature has not been included?

    • @LetsPlaySalesforce
      @LetsPlaySalesforce  7 років тому

      You can easily add a second measure and change your visualization type to combo chart to project one measure as a bar and one measure as a line. This does not require bindings. Check out "Einstein Analytics Learning Adventure" on the app exchange. I believe this is one of the visualizations that's covered.

  • @cgh91b30
    @cgh91b30 10 місяців тому +1

    Pete long time!! Trying to set a SFDC connection to a limit is that possible?

    • @LetsPlaySalesforce
      @LetsPlaySalesforce  10 місяців тому

      hows it going? you can pass in a filter but under the hood, its SOQL - specifically the WHERE clause and not LIMIT. you either need clever filter criteria or you can use a computeRelative to number and filter afterward

    • @cgh91b30
      @cgh91b30 10 місяців тому +1

      Ha I was trying limits lol hope all is well miss the thin man meetups

    • @LetsPlaySalesforce
      @LetsPlaySalesforce  10 місяців тому +1

      @@cgh91b30 if you get stuck, message me on linkedin and maybe I can help you find a soloution

    • @cgh91b30
      @cgh91b30 10 місяців тому

      Will do! Stay warm

  • @atosbox9511
    @atosbox9511 4 роки тому +1

    How can I bind if the data type of the two fields of respective datasets are different?

    • @LetsPlaySalesforce
      @LetsPlaySalesforce  4 роки тому

      You would need to use SAQL to re-cast before your binding.