How can I control the rows displayed in a datalist in the userview, to show only the rows created by the current logged in user?

Confluence User - 17 Jul, 2018

I want to create a datalist, but only show the records that are made by the current logged in user; such that a user can only show and edit their own requests but not anyone else's

datalist;userview;filter

2


17 Jul, 2018
confluenceUser
1
confluenceUser

Hey Sarah,

You can make use of this datalist binder --> Advanced Form Data Binder.

In the binder configuration, under "Filter Condition", you can make use of Current User - Hash Variable to compare against another column to filter your datalist.

For example: AND - createdBy - Equal - #currentUser.username#

 

Cheers.

17 Jul, 2018
confluenceUser
confluenceUser

Thank you! that's exactly what I needed.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print