Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is this funnel chart possible?

I want to make funnel chart with Data value and Funnel size in same proportion like the below one.

Is this possible in qliksense?

Capture.PNG

1 Reply
jithu
Contributor III
Contributor III

yes this is possible... try with new qlik feb edition...

if you want to plot with only measures then use the value list ... check the below example:

if (valuelist('measure1,'measure2','measure3','measure4') = 'measure1',sum(measure1),
if (valuelist('measure1,'measure2','measure3','measure4') = 'measure2',sum(measure2),
if (valuelist('measure1,'measure2','measure3','measure4') = 'measure3',sum(measure3), count(measure4)

)))