Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Aviaf
Contributor
Contributor

How to create a Consort diagram in Qlik Sense

I'd like to create a consort diagram, used commonly for summaries of clinical trials.

It looks like this: https://www.ncbi.nlm.nih.gov/corecgi/tileshop/tileshop.fcgi?p=BOOKS&id=750543&s=60&r=2&c=2 

Is there an extension someone has used or any ideas?

Labels (2)
1 Reply
KGalloway
Creator II
Creator II

There is a qlik extension for a Org Chart that may work here.

Here is an example with a family tree:

table:
load * inline [
id, label, parent_id
1, grandparent,
2, grandparent2,
3, parent, 1
4, parent2, 2
5, child, 3
6, child2, 3
]
;

KGalloway_0-1696279153858.png

Let me know if I can clarify anything.