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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Parse local context to tmap

I created 2 local variables and i want to send 1 to tmap and afterwards to MySQL database into a new column i created. I can't figure out how to adjust the schema now, as you can see by the screenshot the rows wont get sent after the tParseRecordSet, any way how to do this?

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Have you defined the schema of tJavaRow? if not, no data will sent to tParseRecordSet.

 

BTW, please insert images into your post body instead of attaching them.

Regards
Shong

Anonymous
Not applicable
Author

Hi i have the schema as below:

tJavarow:

0683p000009M9Dp.png

tParseRecordSet schema:

0683p000009M96a.png

tParseRecordSet:

0683p000009M93H.png

tMap:

0683p000009M9Du.png

tMysqlSP:

0683p000009M9Dz.png