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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
ShaneMichelon1
Partner - Contributor III
Partner - Contributor III

Output block markdown table with Variable

I am doing some simple testing of the output block and wanted to format some output as a table.  As a simple example, I used the List Groups function to get a list of custom groups and List Users to get all the users in each group.  If I then simply output this, I get the group followed by the users etc.  All good.  However, I noticed that the output block supports markdown.  So I tried building a markdown table in a variable and then outputing that.  But it ignores the markdown.  Here is an example of the output:

ShaneMichelon1_0-1742521228099.png

Any thoughts on what to set to render the output as a table?

Labels (1)
1 Reply
tolange
Partner Ambassador
Partner Ambassador

Hi there, 

I believe the <br> tags make the md table syntax invalid.

If you remove them, you should be fine. 

 

This is what you should aim for:

 

|Col1|Col2|
|:---:|:---:|
|Val1|Val2|