Viewing 3 posts - 1 through 3 (of 3 total)
Hi for the code given,
select (case when ((a.SourceSegment= b.Segment)or(a.SourceTerritory= b.Territory)) then b.Terr_ID else '' end),
(case when ((a.TargetSegment = c.Segment) or (a.TargetTerritory = c.Territory)) then c.Terr_ID else '' end)
from...
January 11, 2010 at 8:42 pm
#1102153
wow i just came up with the same code as urs!!! 😀
Thankfully i cud do something rite finally :hehe: thanks a ton!!!
January 7, 2010 at 1:19 am
#1100057
Thanks a lot Arun,
But i just got an info that the data enterted into Ter_Ter_Alignment need not have data in both source segment and source territory or target segment and...
January 7, 2010 at 12:35 am
#1100045