Quantcast
Channel: COGNOiSe.com - The IBM Cognos Community
Viewing all articles
Browse latest Browse all 13011

Re: Two fact tables with different grain levels wrong results in Query/Report studs

$
0
0
Quote
An example of how a value from F1 should relate to Dim2 might help.

[code]select sum("D"."Fact2") AS "Fact2"
   , sum("D3"."Fact1") AS "Fact1"
   , "D"."A" AS "A"
from (
   select sum("F2"."Fact2") AS "Fact2"
      , "Dim2"."A" AS "A"
      ,"F2"."Key...

Viewing all articles
Browse latest Browse all 13011

Trending Articles