Same column returns different data type..
Posted: Fri Dec 20, 2013 1:26 am
I have the same column in a database, that when I select all the columns it returns a long, but when I run a stored procedure in another data source that is supposed to return the same column, it returns but as an int.
So when I try to make a relation between them I get the next error:
The key types of the relation does not correspond 'columnname-columnname' column types which were specified as keys for the 'relation' relation does not correspond! Such a relation cannot be created when report rendering!
Why does this happen?
So when I try to make a relation between them I get the next error:
The key types of the relation does not correspond 'columnname-columnname' column types which were specified as keys for the 'relation' relation does not correspond! Such a relation cannot be created when report rendering!
Why does this happen?