Guest_imported
New member
- Jan 1, 1970
- 0
Hi guys, I am a new BO user, migrating from SAS. The tech guys set up the universe such that its just a raw translation of our oracle tables, ie a field becomes a dimension.
(1) I managed to do some basic data retrieval, eg
Agent Sales ID
----- --------
A abc100
A def300
B ghi200
C jkl600
C mno799
Now, I want the report to look something like
Agent # Sales
----- -------
A 2
B 1
C 2
What I did first was let the agent be the master, and then use Sum(<Sales ID>), which returned the correct results. But when I turned it into a table, everything becomes 1. How do I get the correct results. Any help would be appreciated!
John
(1) I managed to do some basic data retrieval, eg
Agent Sales ID
----- --------
A abc100
A def300
B ghi200
C jkl600
C mno799
Now, I want the report to look something like
Agent # Sales
----- -------
A 2
B 1
C 2
What I did first was let the agent be the master, and then use Sum(<Sales ID>), which returned the correct results. But when I turned it into a table, everything becomes 1. How do I get the correct results. Any help would be appreciated!
John