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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tWriteJSONField - Resulting JSON not showing all field names

Hello,

 

I am using a tWriteJSONField component and the resulting JSON it returns is not what I am expecting. It is not returning the field names in the JSON (ex: "job"). Please let me know if what I am trying to achieve is possible and how to do it.

 

Resulting JSON:

{"item":[null,{"externalId":"13"},"1",{"internalId":"-1"},"10.0","10.0","true"]}

 

Desired JSON:

{"item":["job":null,"item":{"externalId":"13"},"quantity":"1","price":{"internalId":"-1"},"rate":"10.0","amount":"10.0","isTaxable":"true"]}

 

Please see screen captures for what has been set on tWriteJSONField component:

 

0683p000009Lsfr.png0683p000009LsXK.png

Labels (3)
0 Replies