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: 
Not applicable

Making a pie graph based on information from different column

Hi there,

How would I be able to make a pie graph that shows the frequency of the drinks mentioned?

This should be easy I guess, I'm just not familiar with the way the data is stored.


thanks!

Schermafbeelding 2012-05-09 om 11.59.11.png

3 Replies
its_anandrjs
Champion III
Champion III

Hi,

I suggest if you want to create a pie chart create crosstable of this data and the create a pie chart. In your example

Cola has 3 frequency,

Water has 2 frequency,

Beer has 1 frequency.

Create crosstable like

CrossTable(FV_Cola, Data)

LOAD Id,

     FV_Cola,

     FV_Water,

     FV_Beer

FROM

Source File.

HTH

Reagrds

Anand

Not applicable
Author

Thanks man!

its_anandrjs
Champion III
Champion III

Hi,

Thanks, If you got correct answer so mark it correct so other can see it.

Regards,

Anand