greetings,
i have this problem.. my fact table is a view, which returns a vendor
number. then i have two dimension tables, which have to be joined using
that vendor number. but the problem is, it won't create the join unless
field names are exactly the same..! and i can't change one of dimension
tables, so that leaves me in a bad situation

the strange thing is,
it will join other fields even though they have different names

i
casted the field to same type in view (varchar(20)), but that didn't help :
(
any ideas? thanks!