You are not logged in.

Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

scorbett

Master

  • "scorbett" is male
  • "scorbett" started this thread

Posts: 67

Date of registration: Nov 4th 2010

Location: Canada

  • Send private message

1

Thursday, December 16th 2010, 2:15am

Why aren't my consolidations rolling up?

I've created a cube that tracks data for people and events. One of my extracts creates a tree of people, consolidated under a root element called "All People". After populating the cube, I use the server browser to confirm that a certain value was entered correctly (see "path-SpecificPerson" attachment). This path shows a specific person's entry, and appears correct. However, when I change the path to "All People" instead of my test person, I no longer see the value (see "path-AllPeople" attachment). The fourth dimension in the cube is people, "3" is my test person and "0" is "All People". I get similar results when using the Excel add-in to view data from my cube: I can see a specific person's event count no problem, but if I select "All People" (or any other consolidation, like "All Years" or "All Months" etc), I see a blank cell.

Maybe I don't understand how consolidations work in Palo, but I would expect that if my test value shows up for a specific person, it will also show up when I select "All People", because my test person belongs to that consolidation.

I don't know if I'm explaining this very well, so let me try an example: under "All People", suppose I have Bob, Fred, and Steve. Bob has 1 event, Fred has 2 events, and Steve has 3 events. If I select a specific person, I see the count of events for that one person, but if I select "All People", should I not see the sum of all events for all three people? This is what I expect but it is not what I am seeing.

tish1

Sage

Posts: 777

Date of registration: Jul 13th 2009

Location: Vienna / Austria

Occupation: Senior Consultant @ Vector SW DV GmbH

  • Send private message

2

Thursday, December 16th 2010, 8:14am

Hi,

can you post an excel screenshot? Do you have any rules in the model? Do you use consolidation factors (aka weights) in your dimensions? Do you have any string elements in your model?

Regards.

  • "holger_b" is male

Posts: 271

Date of registration: Jun 1st 2010

Location: Freiburg, Germany

Occupation: BI Consultant

  • Send private message

3

Thursday, December 16th 2010, 8:39am

RE: Why aren't my consolidations rolling up?

Hi scorbett,

these are all string type cells, right? Only numeric values will be consolidated.

Regards
Holger

scorbett

Master

  • "scorbett" is male
  • "scorbett" started this thread

Posts: 67

Date of registration: Nov 4th 2010

Location: Canada

  • Send private message

4

Friday, December 17th 2010, 12:54am

RE: Why aren't my consolidations rolling up?

Quoted

Originally posted by holger_b

these are all string type cells, right? Only numeric values will be consolidated.


Ah, that might explain what I am seeing. How can I force this measure to be numeric? It seems to default to string type, even when I explicitly tell it that it's a numeric value. You can see in the following attachments that in my extract, my "count" measure is set to be a numeric type, and in my transform, I am again specifying numeric type. However, after the cube is generated, it for some reason shows up as string type! ?(

scorbett

Master

  • "scorbett" is male
  • "scorbett" started this thread

Posts: 67

Date of registration: Nov 4th 2010

Location: Canada

  • Send private message

5

Friday, December 17th 2010, 1:04am

Even more strange, if I look at my Measures dimension in the server browser, I see that all my measures, including Count, are in fact correctly marked as being numeric type, as seen in this new attachment.

  • "h_decker" is male

Posts: 763

Date of registration: Oct 26th 2005

Location: Cologne, Germany

  • Send private message

6

Friday, December 17th 2010, 7:18am

Hi,
how about the other dimensions? the whole cell coordinate must be numeric. If one of the coordinates element is of type string, the whole cell will be a string cell. Maybe that helps.
Holger

scorbett

Master

  • "scorbett" is male
  • "scorbett" started this thread

Posts: 67

Date of registration: Nov 4th 2010

Location: Canada

  • Send private message

7

Friday, December 17th 2010, 6:44pm

Quoted

Originally posted by h_decker
Hi,
how about the other dimensions? the whole cell coordinate must be numeric. If one of the coordinates element is of type string, the whole cell will be a string cell. Maybe that helps.
Holger


h_decker, I owe you a beer - one of my other dimensions was incorrectly set to string type, which was causing this problem. My consolidations now work as I expect and everything looks great. Thank you for the help! :)

Rate this thread