Hello,
This is my first post here and I am hoping for some help on a reporting issue I have on Brio - Hyperion Intelligence Epxlorer.
I want to create some reports that extract statistics for persons (agents) that are members of specific groups. Let's say for example for the simplest version that I just want to show which persons are members in which groups.
I Use Hyperion and join three tables. O_AGENT_NOAGG O_GROFAGGS_NO_AGG and OBJ_TO_OBJ. I join these 3 tables using the object ids using as parent id the AgentGroup and child the agent. I also give to all tables a limit for delete time to be null so I can see only the active memberships.
My problem is that in specific groups I see persons that do not exist and also some persons that do exist, do not appear in the report. In other words what I see in the configuration manager is not displayed correctly in Hyperion. I know I can use config database to find who is member where but if I want login times or talk times only datamart has these numbers. And Datamart seems not to match the agent memberships of config.
Other stats (if for example choose only persons and not groups) come normally but in order to bypass the group membership problem I have to either select persons manually or make strange javascripts that add usernames in the custom limits based on exported files from config db.
Question number 1: Why could Datamart not have consistent data for group memberships? Where should I look?
Question number 2: Is there a way to connect simultaneously in 2 db's in a hyperion report so I can use the config base for correct group memberships and datamart for stats?
