Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 rows to be zero(0) if does not match

Author  Topic 

Vadz
Starting Member

11 Posts

Posted - 2012-12-12 : 22:01:14
i have constant value for a both of my column(a&b) and i have another column(c) where it has the value assign to both of my column(constant-a&b)but my column(c) has 3 values fall to each.

Ca CB C
156 0 animal
0 99 cat
0 99 human

my column C has 2 values fall within..i want my table to be like this, if not can i have an expression if i have =Fields!XXX.value than return 0.

thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-12-14 : 04:07:43
sorry your question is not clear. Are you trying to make Column C computed based on expression from A and B?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -