Hi, I'm trying to auto filter table data in Confluence. I have one main Excel worksheet that I copy into Confluence. However, we have over 50 partner agencies that want to see the same worksheet but only allow them to see info related to their agency. We want a preset filter or something so they don't apply the filter themselves and see everyone else's data.
How it works is that they'll select their request type in JSM which will then take them to Confluence. I'm open to adjusting my approach to this problem. Any ideas on how I can approach this?
Hi @luan.dao ,
We develop the Table Filter and Charts for Confluence app and can suggest trying the following workaround:
Here "@currentuser" is a pattern to filter your table by that logged in user who are currently watching the page.
So, in your source file you need to create an additional column with usernames that match usernames in Confluence.
For example, for John Smith the name in Confluence looks like @jsmith.
Then your original table may look as:
Column 1 | Column 2 | User
Data A | Text A | @jsmith
Data B | Text B | @elee
Data C | Text C | @jsmith
When John views the page, he will get:
Column 1 | Column 2 | User
Data A | Text A | @jsmith
Data C | Text C | @jsmith
When Erin Lee @elee views the page, she will get:
Column 1 | Column 2 | User
Data B | Text B | @elee
Maybe you'll be interested in a live demo from our team? Please book a suitable time slot.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.