Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
HemanthSai
Contributor
Contributor

Jco error while passing a Double value to a tSAPBapi component from a tMap component ?

Hi,

I have to pass a Double value to  a tSAPBapi component from a tMap .

But while passing I am getting an error.I am attaching a screenshot below.Please help me resolve the issue.

This is the error I am facing while passing a Double type valueThis is the error I am facing while passing a Double type valueerror2.jpg

Labels (2)
2 Replies
akumar2301
Specialist II
Specialist II

to convert from string to double use Double.valueOf(row9.EBELP)

 

but you can directly read input tMap like double instead of String. Let me know if it helps.

HemanthSai
Contributor
Contributor
Author

Hi, I am not trying to convert string to double, the value is already in double. When  I am trying to pass, it is giving me an error.