I have a dashboard that utilizes a custom user property - let's call it ID. For almost all of my users, I set their ID when I create their account, and the klips use that ID to load information specific to that user. This setup works wonderfully.
Now, however, I have a client that needs to have 2 IDs assigned.
What I want to do is create 2 custom ID dashboards for this user, and for each one, somehow set the $ID property within the dashboard instead of pulling it from the user's account information. In this way, I can add the user to a special group that has visibility into these 2 customized dashboards. Is there a way to do this? Or should I be doing something differently?
--Trudy