0

Can I restrict the share view to specific set of users?

When we activate share view, is there anyway we can restrict view to specific set of users and not make it public ? Also charts view is not seen as chart, it is seen in form of tables. 

6 replies

null
    • T_Urbach
    • 3 yrs ago
    • Reported - view

    same question here

    • Customer Service Ninox
    • Maria_pasini
    • 3 yrs ago
    • Official response
    • Reported - view

    Hello! To make sure that the user can only see where his name is selected you must:
    1. Add the field 'User' in the table
    2. In the 'Readable if()' field of the table edition screen you have to put the code:
    user()=User or userRole()="admin".

    With this, the assigned User (editor role) will be able to see only the records in which his account has been selected
    And the Admin will also be able to see everything.

    • Choices_Software_Dean
    • 3 yrs ago
    • Reported - view

    Wow, this sounds very powerful! A single Ninox database can be "multi-tenant"?

     

    Commonly a single database (solution) is only used by one company. This means that an independent developer with many companies, must maintain (make changes to and update) every database separately, which can be very time consuming, translating into higher costs.

     

    If a developer instead has many customers that have the same needs, they can develop one solution and make that one solution available to all companies. This "multi-tenant" arrangement can offer major economies of scale, because the cost to update and maintain such a solution is much lower.

    • Customer Service Ninox
    • Maria_pasini
    • 3 yrs ago
    • Reported - view

    Hello,
    Yes, it is possible to create a multi-tenant solution in Ninox with these requirements.

    • Smita_More
    • 3 yrs ago
    • Reported - view

    This is great! Thanks Maria! I shall try it out and revert.

    • Compleasy
    • silver_bee
    • 1 yr ago
    • Reported - view

    The view seems to be visible to all despite entering user()=User or userRole()="admin".  Any suggestions?

Content aside

  • Status Answered
  • 1 yr agoLast active
  • 6Replies
  • 1331Views
  • 1 Following