You need to sign in to do that
Don't have an account?

How to bind two datasets in wave analytics
I am new to wave analytics ,
How to bind two datasets in a single dashboards
How to bind two datasets in a single dashboards
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
SAQL has a co-grouping function which allows you to join two or more datasets together. This allows for both inner and outer joins.
You can refer this link.
https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_saql.meta/bi_dev_guide_saql/bi_saql_statement_group.htm
Another option is to pull the data into Wave using a Dataflow, here you can use the Augment function however at the moment the types of join that can be done in the Dataflow are more limited, e.g. for multiple matches, the only option is the have the returned results in acomma-separated list rather than multiple rows.
Thank you
All Answers
SAQL has a co-grouping function which allows you to join two or more datasets together. This allows for both inner and outer joins.
You can refer this link.
https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_saql.meta/bi_dev_guide_saql/bi_saql_statement_group.htm
Another option is to pull the data into Wave using a Dataflow, here you can use the Augment function however at the moment the types of join that can be done in the Dataflow are more limited, e.g. for multiple matches, the only option is the have the returned results in acomma-separated list rather than multiple rows.
Thank you
you can reach me at nabeelkt11@gmail.com
Thank you
Hi Nabeel,
Hope you are doing great !!!
I've send you the mail about the issue corresponding to same issue.
Actually Below is requirement : -
I want to bind two dataset using SAQL query, so that I'll be able to plot the graphical representation . Two datasets are corresponding to same sObject, where 1st dataset is assigning security predicates on basis of ownership and another dataset will be open for all.
Below is my effort : -
1. I've go to one lens (1st dataset) and written SAQL (For bind dataset) something like : -
It is giving me error while running the query : -
Please give me some way ,so that It would be make it work for me . It is really urgent
Thanks
Rajat Maheshwari
rajatzmaheshwari@gmail.com
You should try adding in your dashboard any step using your "0Fb28000000L63vCAC" dataset, and then re-run your query.
Nordine.
Create a dashboard, then add two charts/Tables which includes two datasets individually. Then try to create a chart/table then add both the load statements. Run the query.
It worked for me.
Anvesh