4 answers
- 321
create two categories. In first category call the list which contain filter and in second category call the list which does not have any filter.
- Cherif Dhouha
I've tried it for the admin to see everything . but i cant see how that can help me to make the current user see only the line that he created
I've seen some people saying that we should apply a certain filter in the second category written like that : customProperties.name = "#currentUser.username#"? but i don't know where to write it
- Sanjana KL
list→ source ->advance
this image might help u
- Sanjana KL
Glad that u tried : )
Add your comment... - 210
you're a life saver
Thank you so much
It workedAdd your comment... - 210
If client want to see his data :had filter, use hidden value and keep "#currentusername#" in default value
- Cherif Dhouha
I'm so sorry for disturbing you but i can't make the list lines created by current user seen only by the current user.
Your solution worked for the fact that the admin should see all the lines but not for the current user
Add your comment... - 210
duplicate the list and remove filter from duplicated list. Go to userview create new category and add permission 'Is Admin' and call the duplicated list which as no filter.
- Cherif Dhouha
this solution is for the list to be seen only by the admin
Does it deal with the fact that i wont the current user to see only his list? - Sanjana KL
yes
- Cherif Dhouha
thank you very much
- Sanjana KL
pleasure : )
Add your comment...
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.
I did this filter but it didn't work
Can anyone help me