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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Jacco_De_Zwart
Creator
Creator

How to generate Json structure with tWriteJSONField

Hi all,

How do I confiure the component tWriteJSONField component to get the example below :
{
"Filters": [
{
"Name": "VisitInformation.Job",
"FilterType": "equals",
"Value": "123324"
}
]
}

 

Or is there another component that fits the job more than tWriteJSONField ?

Thanks in advance

Labels (3)
1 Reply
Dave_Simo
Creator II
Creator II

Hello @Jacco_De_Zwart 

You should configure your tWriteJSONFields as below

Dave_Simo_0-1752184573138.pngDave_Simo_2-1752184636328.png

Config

Dave_Simo_1-1752184603928.png

Result:

Dave_Simo_3-1752184678768.png

 

Best Regards