I am trying to join two tables by product code in the cube editor, i get error saying incompatible data types, in one table the product code is char, and the other small integer. How do I handle this. Thanks.
You will need to settle on a "least common denominator" so that the dimensions can be joined. In this case, character is less restrictive than integer, so convert the integers to character.
-------------------------
The trouble with doing something right the first time is that noboby appreciates how difficult it was.
- Steven Wright
Thanks! Where does the conversion take place, within Analysis services, or do i have to convert the data say in a view, and pull that view into the cube.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.