Expand my Community achievements bar.

SOLVED

report filtering for my subscriptions?

Avatar

Level 6
I need to create a project report that is filtered to show only those projects the person viewing the report has subscribed to. I'm able to add Subscribers as a View, but this is not an option for filter. Under views, subscribers is referenced as component.subscriberlist I've begun poking around the API for direction but haven't had much luck. Any thoughts on how to approach this? Catherine Hayes The Channel Company
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

add this to your text mode filter:

subscribes:subscriberID=$$USER.ID

subscribes:subscriberID_Mod=in

should work on all object types to which one can subscribe

If you like my content, please take a moment to view and vote on my Idea Requests: https://tinyurl.com/4rbpr7hf

View solution in original post

4 Replies

Avatar

Level 5
Hi, just following up. Were you able to create a report listing all the objects user is subscribed to? Nuria Munguia TD Bank

Avatar

Level 3

Did you ever get this to work?

Avatar

Correct answer by
Community Advisor

add this to your text mode filter:

subscribes:subscriberID=$$USER.ID

subscribes:subscriberID_Mod=in

should work on all object types to which one can subscribe

If you like my content, please take a moment to view and vote on my Idea Requests: https://tinyurl.com/4rbpr7hf

Avatar

Level 3

Thanks William! This worked for me. Appreciate it!