Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
mhaouach
Contributor
Contributor

Twebservice - TOS 6.5

Hello everyone,

I have a probleme in my job.

Can you help me please ?

screenshot.

0683p000009M7II.jpg

Best regards 

Labels (3)
3 Replies
fdenis
Master
Master

run your job step by step on java debug mode to find the null value allocation.
mhaouach
Contributor
Contributor
Author

Thank for you answer,

 I have a probleme in this step and exactly in the last column.

You find below the screenshot

                                  

0683p000009M7IX.jpg

 

Best regards 

fdenis
Master
Master

I'm not sure about structure of array of string for web services…
check separator an type of list data it may be a simple String.

you may check allowed char type you may have to translate String to URL type (%20 for space and so on)

good luck