Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a valid chunk of json from a tMap and the chunk is named "children." I am trying to pass that into a tJava component. The job won't even compile. I get the error...
"Type mismatch: cannot convert from JSONArray to childrenStruct."
Hello @pthomas
Check this article https://community.qlik.com/t5/Official-Support-Articles/What-is-the-difference-between-tJava-tJavaRo...
I think you should use tJavaRow instead of tJava component in this case.
Regards
Shicong
Hello @pthomas
Check this article https://community.qlik.com/t5/Official-Support-Articles/What-is-the-difference-between-tJava-tJavaRo...
I think you should use tJavaRow instead of tJava component in this case.
Regards
Shicong
@Shicong_Hong - tJavaRow worked.
I can't get to the article in your link though.
I'm glad you got it working! I have corrected the article link, thanks for pointing it out.