1
0
-1

Hello everyone.
I have a group called "Clients" and an admin user.

The group "Clients" has 3 users each one of them has to fill a form and see the result in a table 

But his result should be only seen by him and the admin.
How can i do that ?
Thank you

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      In where clause or filter clause.. write 

      Where dateCreated = "#currentUser.id#" OR "admin"

      1. Cherif Dhouha

        dateCreated or CustomProperties.name?

      CommentAdd your comment...