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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Venn diagram

Hi Experts,

i want a ven diagram based on the below table which should look like the attached image.

SegmentValue
Currys1512%
Tesco2822%
ASDA75%
others8062%
Total130
1 Solution

Accepted Solutions
ngulliver
Partner - Specialist III
Partner - Specialist III

Hi, Yousuf.

You may have to use a google image and adapt the API.

Choose your image from:

Charts Gallery - Image Charts (Deprecated) — Google Developers

Right click on image a choose Inspect Element

This will open text at bottom of page.

Copy URL using copy link address

Create Text Object

Change Represenation to Image

Paste Link address in.

Prefix with = and surround with ' '.

Back on the website the syntax description will show you how to change the contents. For instance, chco = colours, chdl = labels, chd=t is breakdown of how the venn diagram overlaps. You can replace the values with variables to change the chart accordingly.

Regards,

Neil

View solution in original post

4 Replies
ngulliver
Partner - Specialist III
Partner - Specialist III

Hi, Yousuf.

You may have to use a google image and adapt the API.

Choose your image from:

Charts Gallery - Image Charts (Deprecated) — Google Developers

Right click on image a choose Inspect Element

This will open text at bottom of page.

Copy URL using copy link address

Create Text Object

Change Represenation to Image

Paste Link address in.

Prefix with = and surround with ' '.

Back on the website the syntax description will show you how to change the contents. For instance, chco = colours, chdl = labels, chd=t is breakdown of how the venn diagram overlaps. You can replace the values with variables to change the chart accordingly.

Regards,

Neil

Not applicable
Author

QlikView doesn't currently have a native Venn diagram option, but QlikView's powerful extensibility means that there are other ways of achieving it, with or without building an extension object. For example you could use the Google Chart API.

Not applicable
Author

Not applicable
Author

This was awesome. Got to know a new thing. Thanks