The prbolem is that when I execute the workflow with this dataflow it returns this error :
7192 2280 RUN-050802 26/07/07 14:48:18 Cannot convert data <7510.42> into type . Context: Column <>.
But the value is correct !
I don’t have choice to the returned parameter’s type.
The worst is that I only call the Module function in my DF I don’t use its results now !! So it means that the call is correct (correct value returned) BUT that BODI is interpreting the value as non decimal !!
Does funtion module is returning NULLs or any default values which cant be converted to numbers ?? For NULLS,Please apply the function like nvl(COLUMN,0) and then try…
Try that and let us know if any updates/concerns.
We use UTF-8, we do use some function module which return some 100 thousand values of different type. What is the code page you are using.
Else we can do one thing assin the return value from the function module into a varchar type column and then convert it to whatever format you need, this may/may not work for you, just a suggestion.