getting null value in one of the two fact columns
Hi
I have fact1,fact2,dim1 tables. Dim1 is the common table for both facts.
When I pulled columns from fact1,dim1,fact2 I am able to get result
When I added a new logical column in dim1 table, I am only getting data from fact1 .
When I use dim1 ,fact2 column getting null values. I checked the SQL, the bi server is making the fact null
Cast( null as double precision) as c3.i checked the content level everything is at detail level in both the facts.
Thanks for the help.
SR