identical querry with same data, but different results. -
04-25-2005
, 01:36 AM
HI All,
Take a look at the following querries,
SELECT NON EMPTY { [Measures].[Commission] } ON COLUMNS , NON EMPTY {
[Time].[Financial Year].[All Time] } ON ROWS FROM [Commission]
SELECT NON EMPTY { [Measures].[Commission] } ON COLUMNS , NON EMPTY {
[Time].[Financial Year].[All Time] } ON ROWS FROM [Sales]
these are for 2 different cubes. Sales and Commission. In Sales 'Commission'
is stored against "Invoice" and in 'Commission' cube it's against customers.
If I check the sum in sql database from both the tables, it's same (as it
should b), but the querry returns different results. The Commission cube is
right (same as sql querry) but sales cube returns very small amount.
Any idea y's this happening ?
regards,
kshitij. |