1 answer
- 210
Hi,
If I understand the question correctly, you are trying to display data that is specific to an individual user. It is possible, and one approach is to filter the records using a request parameter.
Here's a tutorial on it from the official Joget website:
Filter Records using Request Parameter
Here's a thread with a similar question to yours:
How to display the list based on the logged in user in the userview?
Hope this helps.- Mohamed Zied Bououd
thank you for your help i really appreciate it ,
the thing is i don't have a name field in my form , so i tried thise.customProperties.createdBy = '#currentUser.username#'
and unfortunately it didn't work , apparently because customProperties doesn't have a createdBy property .
i event tried submitted_by and '#currentUser.id#'that i found in the documentation and it didn't work either , can someone help me ? :'(
Add your comment...
can the datalist number content (number of rows ) depend on the user that is checking it ?