report filtering for my subscriptions? | Community
Skip to main content
Level 6
September 14, 2018
Solved

report filtering for my subscriptions?

  • September 14, 2018
  • 4 replies
  • 913 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by William

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

NuriaMunguia
Level 4
March 29, 2019
Hi, just following up. Were you able to create a report listing all the objects user is subscribed to? Nuria Munguia TD Bank
Level 2
July 15, 2021

Did you ever get this to work?

William
Community Advisor
WilliamCommunity AdvisorAccepted solution
Community Advisor
July 16, 2021

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
Level 3
December 28, 2021

Thanks William! This worked for me. Appreciate it!