When I'm looking through filters or dashboards it will show a column titled "popularity" and it also list the number if users that saved that filter or dashboard.
My question is how or can I find out of the individual users are that have saved that filter?
Hi Jeremy,
You can query the FAVOURITEASSOCIATIONS table to see this information:
SELECT * FROM FAVOURITEASSOCIATIONS
Hopefully this helps.
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.