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
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.
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.
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.
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?
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.
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
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
Clicks not code for the win :)
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.
There's always one. I have somewhere around a 98% like/dislike ratio lifetime of the channel, so not too worried.
Just finished your Binding Basics videos.
Thank you very much Pete!
These videos are great Pete, keep them coming!
Hey Pete, Can you please add some advance sessions on binding and dataflows
On the to-do list
Really nice videos thanks a lot Pete.
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.
Pages are a great alternative to group bindings. Have you tried that?
this is really great.
I have a question regarding filter binding. Do you have any video covering filter binding with date range?
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.
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?
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.
Pete long time!! Trying to set a SFDC connection to a limit is that possible?
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
Ha I was trying limits lol hope all is well miss the thin man meetups
@@cgh91b30 if you get stuck, message me on linkedin and maybe I can help you find a soloution
Will do! Stay warm
How can I bind if the data type of the two fields of respective datasets are different?
You would need to use SAQL to re-cast before your binding.