dbTalk Databases Forums  

No Measure Data

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss No Measure Data in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
LegeDoos
 
Posts: n/a

Default Re: No Measure Data - 10-07-2004 , 07:29 AM






Op Thu, 7 Oct 2004 17:29:43 -0700 Pratibha Agrawal wrote:

Quote:
My fact table contains the data but all the measure shows null values. My
measure contains either sum or count of some field in fact table. but it
doesn't return the value in fact returs the null.
where is the problem.
Thanks
I don't know for sure:
Is the field where you calculate the SUM a float/integer or a string? When
it's a string field it doesn't work (I assume)


--
Rob
7-10-2004 14:28:22
legedoos _ at _ hotmail _ dot _ com


Reply With Quote
  #2  
Old   
Jamie Thomson
 
Posts: n/a

Default Re: No Measure Data - 10-07-2004 , 08:29 AM






Get hold of the query that AS is firing against your data warehouse when you
process your cube. You can get this by logging it from AS or running Profiler
aganist your data warehouse (I'm making the assumption that you're DW is on
SQL Server).

Then just run that query against your DW and see what it returns. If it
returns zero rows then you've found the problem.

Regards
Jamie Thomson
http://www.conchango.com


"LegeDoos" wrote:

Quote:
Op Thu, 7 Oct 2004 17:29:43 -0700 Pratibha Agrawal wrote:

My fact table contains the data but all the measure shows null values. My
measure contains either sum or count of some field in fact table. but it
doesn't return the value in fact returs the null.
where is the problem.
Thanks

I don't know for sure:
Is the field where you calculate the SUM a float/integer or a string? When
it's a string field it doesn't work (I assume)


--
Rob
7-10-2004 14:28:22
legedoos _ at _ hotmail _ dot _ com


Reply With Quote
  #3  
Old   
Pratibha Agrawal
 
Posts: n/a

Default No Measure Data - 10-07-2004 , 07:29 PM



My fact table contains the data but all the measure shows null values. My
measure contains either sum or count of some field in fact table. but it
doesn't return the value in fact returs the null.
where is the problem.
Thanks



Reply With Quote
  #4  
Old   
Pratibha Agrawal
 
Posts: n/a

Default Re: No Measure Data - 10-07-2004 , 09:47 PM



when i run query on As it returns null value and no row..
but when i process the cube and traces it in profiles.. that returns some
value for all the measures in fact table...
it means data is there in fact table but it doesn't sum up that to show me
when i give the query. Till y'day it was giving me proper ans.

"Jamie Thomson" <jamie.thomson (AT) donotspam (DOT) conchango.com> wrote

Quote:
Get hold of the query that AS is firing against your data warehouse when
you
process your cube. You can get this by logging it from AS or running
Profiler
aganist your data warehouse (I'm making the assumption that you're DW is
on
SQL Server).

Then just run that query against your DW and see what it returns. If it
returns zero rows then you've found the problem.

Regards
Jamie Thomson
http://www.conchango.com


"LegeDoos" wrote:

Op Thu, 7 Oct 2004 17:29:43 -0700 Pratibha Agrawal wrote:

My fact table contains the data but all the measure shows null values.
My
measure contains either sum or count of some field in fact table. but
it
doesn't return the value in fact returs the null.
where is the problem.
Thanks

I don't know for sure:
Is the field where you calculate the SUM a float/integer or a string?
When
it's a string field it doesn't work (I assume)


--
Rob
7-10-2004 14:28:22
legedoos _ at _ hotmail _ dot _ com




Reply With Quote
  #5  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: No Measure Data - 10-08-2004 , 08:29 PM



AS2K treats all nulls as zeros. It has no special semantics for handling
nulls -- AS2K5 will.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Pratibha Agrawal" <pratibha (AT) intraactionsoftware (DOT) com> wrote

Quote:
when i run query on As it returns null value and no row..
but when i process the cube and traces it in profiles.. that returns some
value for all the measures in fact table...
it means data is there in fact table but it doesn't sum up that to show me
when i give the query. Till y'day it was giving me proper ans.

"Jamie Thomson" <jamie.thomson (AT) donotspam (DOT) conchango.com> wrote in message
news:1957A620-FA61-4F7A-BF3C-201AF8ACBCF9 (AT) microsoft (DOT) com...
Get hold of the query that AS is firing against your data warehouse when
you
process your cube. You can get this by logging it from AS or running
Profiler
aganist your data warehouse (I'm making the assumption that you're DW is
on
SQL Server).

Then just run that query against your DW and see what it returns. If it
returns zero rows then you've found the problem.

Regards
Jamie Thomson
http://www.conchango.com


"LegeDoos" wrote:

Op Thu, 7 Oct 2004 17:29:43 -0700 Pratibha Agrawal wrote:

My fact table contains the data but all the measure shows null
values.
My
measure contains either sum or count of some field in fact table.
but
it
doesn't return the value in fact returs the null.
where is the problem.
Thanks

I don't know for sure:
Is the field where you calculate the SUM a float/integer or a string?
When
it's a string field it doesn't work (I assume)


--
Rob
7-10-2004 14:28:22
legedoos _ at _ hotmail _ dot _ com






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.