Forum Discussion
Aron_Moore
Solution Specialist
7 years agoHANA Currency
Hello everyone,
Anyone experience this?
While trying to bring in currency type (a string) from our HANA system I get nulls instead of the actual value.
Interestingly, the nulls don't collapse down into one row and the query doesn't return "empty" or "no rows matching".
I get "different" nulls equal to the rows that should contain currency types.
Other columns (even other strings) come through fine.
Any thoughts?
1 Reply
- Aron_Moore
Solution Specialist
So data preview in HANA showed the type as a string, yet the field in the ADSO shows type CUKY.
Thinking this may be causing the issue I created a new field type CHAR 3 and mapped to the new field and it comes through.
Odd I can't use the original.
Guess I need to go create new fields in all my tables......