jjmontesl / cubesviewer

Explore and visualize analytical datasets
http://www.cubesviewer.com
Other
441 stars 112 forks source link

Does it support hidden filter? #81

Closed russel1237 closed 8 years ago

russel1237 commented 8 years ago

We have a fact table which has organization column, when a request comes to backend we filter out data based on requested organization. In cubesviewer to support that we need to add organization as a dimension in model.json, in that case organization is shown in the frontend and user needs to filter out data by organization explicitly.

Is their possible to filter out data by organization based on user request in the backend and user should not see organization in the frontend?

jjmontesl commented 8 years ago

Cubes supports this on a per-user basis, as explained here: https://pythonhosted.org/cubes/auth.html .

CubesViewer however doesn't provide access to this at the moment, but you might be able to leverage that feature depending on your authentication scheme.