cancel
Showing results for 
Search instead for 
Did you mean: 

How to grant View only Access on the Elasticubes to Designers

Rajesh
8 - Cloud Apps
8 - Cloud Apps

I am trying to figure out is there a way to grant View only Access on the Elasticubes to Designers/Contributor Role so that they can view the Model while developing the reports without modifying the underlying model.
I tried to set via RestAPI but I am unable to achieve it. Appreciate any inputs here.
Here is my current setup:
PUT/POST : I tried with both
Role: Contributor

Path: manage/elasticubes
Manifest:

{
"add": false,
"modify":false,
"remove": false,
"modify_rights":false

}

Server Response:

{
  "error": {
    "subErrors": [
      {
        "moreInfo": {
          "invalidKeys": [
            "modify_rights",
            "remove",
            "modify",
            "add"
          ]
        },
        "code": 1064,
        "message": "the values for those keys cannot be overridden",
        "status": 422,
        "httpMessage": "Unprocessable Entity"
      }
    ],
    "code": 1060,
    "message": "manifest is invalid",
    "status": 422,
    "httpMessage": "Unprocessable Entity"
  } 

 

1 ACCEPTED SOLUTION

GuyRaz
Sisense Team Member
Sisense Team Member

Hi,

Currently, designers can't access the data tab or see the data model.

I will divide my answer by data model type:

  • EC model - designers can use the JAQLine Plugin to visualize the queries widgets preforms.
  • Live model - no information is shared with the dashboard designer regarding the data model, Sisense do have short-term plans to share similar "data model stats" for live as well. 

View solution in original post

1 REPLY 1

GuyRaz
Sisense Team Member
Sisense Team Member

Hi,

Currently, designers can't access the data tab or see the data model.

I will divide my answer by data model type:

  • EC model - designers can use the JAQLine Plugin to visualize the queries widgets preforms.
  • Live model - no information is shared with the dashboard designer regarding the data model, Sisense do have short-term plans to share similar "data model stats" for live as well.