largeselection
Active Member
- Joined
- Aug 4, 2008
- Messages
- 358
Hello,
Not entirely sure if this is possible...
I'd like to somehow get a count of how many locations each player has scored 5 or more points in, details below.
Basically there is an Olap cube set up which I do not have access to change. As a simplified example the data that I have is set up as outlined:
League, Team, Player#, Location, Points
Then I put in a formula to the right of the pivottable that said if points>5, then 1, otherwise 0. Then I did a pivottable based on that pivottable and just summed up the new field that I had created at the Player# level.
The place where I run into problems is that I was able to do that with sample data, but the whole file is too big to do that because I have 10 leagues, 20 teams/league, 30 players/team, 150 locations/player, so by making the pivot table as I described that would be 900,000 rows and I ran out of memory. So I figured I'd ask the question here, because I don't need to see the actual locations/player if I could get a count of how many of those entries scored > 5 points. Then I could just have a file that has 6,000 rows only (10 leagues x 20 teams x 30 players) which shows the count of locations where > 5 points was scored.
Thanks in advance for any help, advice. If you know someplace better to pose this question I'm happy to do so there and read whatever.
Not entirely sure if this is possible...
I'd like to somehow get a count of how many locations each player has scored 5 or more points in, details below.
Basically there is an Olap cube set up which I do not have access to change. As a simplified example the data that I have is set up as outlined:
- League - Team - Player# in a nested hierarchy (so you can expand a league and see the teams within, and expand a team and see the players within).
- I also have access to each of those individual fields as individual fields rather than hierarchical.
- I also have a list of locations and corresponding points scored by each player at each location.
League, Team, Player#, Location, Points
Then I put in a formula to the right of the pivottable that said if points>5, then 1, otherwise 0. Then I did a pivottable based on that pivottable and just summed up the new field that I had created at the Player# level.
The place where I run into problems is that I was able to do that with sample data, but the whole file is too big to do that because I have 10 leagues, 20 teams/league, 30 players/team, 150 locations/player, so by making the pivot table as I described that would be 900,000 rows and I ran out of memory. So I figured I'd ask the question here, because I don't need to see the actual locations/player if I could get a count of how many of those entries scored > 5 points. Then I could just have a file that has 6,000 rows only (10 leagues x 20 teams x 30 players) which shows the count of locations where > 5 points was scored.
Thanks in advance for any help, advice. If you know someplace better to pose this question I'm happy to do so there and read whatever.