I used SQL general componet to create a select statment to get the data from oracle 11 database. I could get all the data, but no format.
I would liek to know any way to fix this issue.
In Oracle database, the data formate like:
Calculation# 2
Adjusted amount of Mannitol(kg) =
Theoretical amount of Mannitol(kg) + Theoretical amount(kg) - Actual Amount (kg)
After pipline pilot slection, the data format is changed as:
Calculation# 2 Adjusted amount of Mannitol(kg) = Theoretical amount of Mannitol(kg) + Theoretical amount(kg) - Actual Amount(kg)
Please help for this question.
Thanks