Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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

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

Avatar

Level 3

Thanks William! This worked for me. Appreciate it!