Skip to main content
Announcements
Announcing Qlik Talend® Cloud and Qlik Answers™ to accelerate AI adoption! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
singhcv123
Contributor
Contributor

help needed in butterfly chart

I have created 2 bar chart and want to show as butterfly chart.....please suggest as per attached screenshot that how i can show these 2 charts as butterfly chart.

Thanks.

singhcv

6 Replies
robert_mika
Master III
Master III

ecolomer
Master II
Master II

here you have some examples of butterfly charts

singhcv123
Contributor
Contributor
Author

sir ,please explain it as document ....i am using personal edition.....

petter
Partner - Champion III
Partner - Champion III

A single bar chart butterfly with all the steps (and the App attached):

THE FINAL RESULT:

2015-04-12 #7.PNG

The Load Script:

[Data]:

LOAD

  Country,

  Value AS ValLeft,

  Ceil(Value*(1+(Rand()*0.2-0.1))) AS ValRight;

LOAD * INLINE [

    Country, Value

    Hong Kong, 23456

    India, 18856

    Japan, 23456

    Vietnam, 29229

    Thailand, 25856

    Indonesia, 33854

    Phillipines, 26324

    China, 28316

];

[Rank Selection]:

LOAD * INLINE [Gender

    Male

    Female

];


THE STEPS:


2015-04-12 #8.PNG


2015-04-12 #9.PNG


2015-04-12 #10.PNG


2015-04-12 #11.PNG


2015-04-12 #12.PNG


2015-04-12 #13.PNG



2015-04-12 #14.PNG


2015-04-12 #15.PNG



2015-04-12 #16.PNG



2015-04-12 #17.PNG



And FINALLY add a List Box for the GENDER field, SELECT Male or FEMALE before turnining on these options:


2015-04-12 #18.PNG


2015-04-12 #19.PNG


2015-04-12 #20.PNG


And then drag the bottom left-hand corner of the List Box so it gets wide enough to show both Male and Female

and not higher than one row so the List Box becomes horisontal.




IAMDV
Luminary Alumni
Luminary Alumni

Hi,

I've made a video post few years back on this subject.

Here is the link (copy & paste):

http://qlikshare.com/351/

Cheers,

DV