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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Tyler_Waterfall
Employee
Employee

Visualize JSON - How can I display pretty JSON in Sense?

Anyone have any success visualizing JSON in pretty format?

I have a JSON payload field in a dataset and want to show it in readable form somehow in Sense. Any ideas?

Labels (1)
1 Reply
Tyler_Waterfall
Employee
Employee
Author

Looks like you can use a Text and Image with 

only([my_json_field])

and see a single json entry in a way that at least respects the new lines. But not the indenting and the "pretty" part.