I have a lookup cube (let Say Cube2) where calculating mix by looking up values from Cube 1. Cube2 is empty and it has values derived from some calculation based on the values from cube1.
When I create view(suppress zero is enabled) in Cube2 to see the derived values, I was unable to see any values. But when I use DBRW function to retrieve the values from Cube2, I could see the values.
Rules between Cube1 and Cube2 are fine.
just for testing what I have done is I have included a measure called FLAG in the measure dimension of Cube2 and using a process I have place 1 in each and every instance. After that when I refresh cube2, I could see the values.
Is it mandatory that in cube should have instance for that value to show in view i.e, cube cannot show derived values from another cube, unless there is an instance of that value?
Is there special rule based function or some thing this issue can be avoided?
Can anyone help me in this regard?
Thanks in advance.
Values r missing in view, but available in slice/active form
-
- Posts: 59
- Joined: Thu May 26, 2011 5:04 am
- OLAP Product: COGNOS
- Version: 9.0
- Excel Version: 2007
Values r missing in view, but available in slice/active form
Configuration Details
Microsoft Window Server 2003 Exterprise x64 Edition Service Pack 2
RAM 32 GB
using IBM Cognos Express Xcelerator (Version 10.1)
MS-Office Excel 2010 (12.0.6514.5000)SP2 MSO (12.0.6425.1000)
Microsoft .NET Framework 3.5
Microsoft Window Server 2003 Exterprise x64 Edition Service Pack 2
RAM 32 GB
using IBM Cognos Express Xcelerator (Version 10.1)
MS-Office Excel 2010 (12.0.6514.5000)SP2 MSO (12.0.6425.1000)
Microsoft .NET Framework 3.5
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Values r missing in view, but available in slice/active
Did you forget to write feeder statements for your rules? Sounds like a classic feeder issue. Either read the manual or search this forum for information about writing feeder statements for your rules.ryan wrote:When I create view(suppress zero is enabled) in Cube2 to see the derived values, I was unable to see any values. But when I use DBRW function to retrieve the values from Cube2, I could see the values.
-
- Posts: 59
- Joined: Thu May 26, 2011 5:04 am
- OLAP Product: COGNOS
- Version: 9.0
- Excel Version: 2007
Re: Values r missing in view, but available in slice/active
FEEDERS statement is available and feeding is correct as well.tomok wrote:Did you forget to write feeder statements for your rules? Sounds like a classic feeder issue. Either read the manual or search this forum for information about writing feeder statements for your rules.ryan wrote:When I create view(suppress zero is enabled) in Cube2 to see the derived values, I was unable to see any values. But when I use DBRW function to retrieve the values from Cube2, I could see the values.
Configuration Details
Microsoft Window Server 2003 Exterprise x64 Edition Service Pack 2
RAM 32 GB
using IBM Cognos Express Xcelerator (Version 10.1)
MS-Office Excel 2010 (12.0.6514.5000)SP2 MSO (12.0.6425.1000)
Microsoft .NET Framework 3.5
Microsoft Window Server 2003 Exterprise x64 Edition Service Pack 2
RAM 32 GB
using IBM Cognos Express Xcelerator (Version 10.1)
MS-Office Excel 2010 (12.0.6514.5000)SP2 MSO (12.0.6425.1000)
Microsoft .NET Framework 3.5
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Values r missing in view, but available in slice/active
Post your rules code. Can't help you without it.