Activity Forums Salesforce® Discussions How to set up role hierarchy in wave analytics?

  • Prakhar

    Member
    June 14, 2016 at 9:29 am

    Hii Hazel,

    You can set up role hierarchies in Wave Analytic's  by 2 ways. They are follows:-

    1. If you are uploading data in Wave Analytic from an external file. then you will have to apply the predicate in the rowlevelsecurityfilter field in the metadata file associated with the external data source. Then when the file will be uploaded it will apply the predicate to the data of the file. For Example, add the predicate in the csv in the following manner:

    "rowLevelSecurityFilter": "'name_of_the_column_in_the_datasheet' == \"Value_of_the_column\""

    2.  If the data is being created from the dataset from a dataflow, then you will have to apply a predicate in the                   rowlevelsecurityfilter filter. So when the dataflow runs it will apply the predicate. For Example, the predicate             is applied in this manner:

    'name_of_the_column_in_the_datasheet' == "Value_of_the_column"

    Note: The predicate which is being applied using any of the above mentioned ways mus have the associated column with it and also the Predicate is case-sensitive, so make sure you don't run in any such kind of error's.

    For further help and knowledge please go through the doc provided by Salesforce Click here.

    Hope that resolves your problem.

    Thanks.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos