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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
spikenaylor1
Creator
Creator

Chart Layout help Required

How can i Create a similar looking Chart to the one below in Qlikview 12.

I cannot see any help or links to do this. Any help or advice greatly received.

In Excel I can create a pivottable then a chart from that giving me a grouped x axis chart.

RequiredChartLayout.jpg

the raw data looks like:

RequiredChartlayoutData.jpg

16 Replies
boorgura
Specialist
Specialist

Can you try now?

spikenaylor1
Creator
Creator
Author

Nope, it asks me to recover and use some of my recovery attempts

spikenaylor1
Creator
Creator
Author

Looks good and I can get it to work, but I now need to sort my raw data on loading to sort it into batchstrain.

Can't get mine to sort as you have done.

How have you sorted the data.

Unsorted BatchStrain.jpg

vishsaggi
Champion III
Champion III

Oh sorry Michael, I have used a key to sort rather than the BatchStrain field.

I have used the below script to load and used the keynumber in the sort expression.

LOAD AutoNumber(BatchStrain) AS KeyNumber,

     Volume,

     BatchStrain,

     BatchNumber

      FROM

[..\Desktop\Qlik-ExcelTest.xlsx]

(ooxml, embedded labels);

Capture.PNG

Let me know if this helps.

Thanks,

V.

Anil_Babu_Samineni

Like this

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
boorgura
Specialist
Specialist

Not an ideal way -

pivot_chart.JPG

Not applicable

Did you try adding both the dimension Strain and batch number to your data ? It should be rather straight from there. You may use line area under appearance for further specifications.