Expand my Community achievements bar.

SOLVED

Most efficient way to track which users have a custom form attached to their profiles

Avatar

Level 4

Hi everyone,

We have a number of users who have a custom form attached to their profiles. What would be the most efficient way to track users who have and don't have the custom form attached to their profiles? I've tried testing a user report with a filter and also a filter for the user list, but neither has panned out. I'm welcome to all thoughts and suggestions. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 3

If there is only one custom form on the user's profile you should be able to filter by Category ID. Or if I have multiple forms, I sometimes find it easier to find a field that is only found on the form (and is filled out) and then do a field is not blank in the filter. 

View solution in original post

4 Replies

Avatar

Correct answer by
Level 3

If there is only one custom form on the user's profile you should be able to filter by Category ID. Or if I have multiple forms, I sometimes find it easier to find a field that is only found on the form (and is filled out) and then do a field is not blank in the filter. 

Avatar

Level 4

It's only one custom form that I'm trying to track. Thanks for pointing out to filter by Category ID.

Avatar

Level 5

You can apply prompt on Category ID on your user report to run it with either Is Blank or Is not Blank as required.

 

Nijs_Gold_23_1-1741882559220.png

 

Nijs_Gold_23_0-1741882408740.png

 

Avatar

Community Advisor

Simplest might be a report that lists the forms attached

SveniX_0-1741886342442.png

 

But you can't group on that. @Nijs_Gold_23's suggestion where you search for a specific form being attached would help there. 

 

If you want to find users "where form X is missing" you need to add an EXISTS block to the filter

EXISTS:a:$$EXISTSMOD=NOTEXISTS
EXISTS:a:$$OBJCODE=OBJCAT // the linking object
EXISTS:a:category:name={enter form name} // field on the linked (target) object
EXISTS:a:objID=FIELD:ID	// field on the linking object