Closed russel1237 closed 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.
We have a fact table which has
organization
column, when a request comes to backend we filter out data based on requested organization. Incubesviewer
to support that we need to addorganization
as a dimension inmodel.json
, in that caseorganization
is shown in the frontend and user needs to filter out data byorganization
explicitly.Is their possible to filter out data by
organization
based on user request in the backend and user should not seeorganization
in the frontend?