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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
anuradhaa
Partner - Creator II
Partner - Creator II

Dimensions under demension

Hi,

is it possible to display this type of chart in qlikview

 

                                      Country
           USA        UK     Farnce
F1F2F1F2F1F2
Name 110046454544444
Name 215144445454455454454
Name 316416544545454545

Thanks

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

Should be the same still:

Capture.PNG

New Script:

Table:

LOAD * Inline [

NAME, COUNTRY, F1, F2

Name 1, USA, 100, 46

Name 1, UK, 454, 54

Name 1, FRANCE, 44, 44

Name 2, USA, 1514, 444

Name 2, UK, 545, 445

Name 2, FRANCE, 5454, 545

Name 3, USA, 16416, 54

Name 3, UK, 45, 454

Name 3, FRANCE, 54, 545

];

Dimension: NAME, COUNTRY

Expression: F1, F2

View solution in original post

9 Replies
sunny_talwar

Pivot table should get this kind of visualization for you

Not applicable

Pivot table is the best choice for your data

Anonymous
Not applicable

Agree with sunny, go for Pivot table..

Use slicing/dicing feature for Country,F.. Dimension

jyothish8807
Master II
Master II

Hi Anuradha,

This can be achieved by using pivot chart. Can you please share your raw file to see the format in which you are receiving data ?

Regards

KC

Best Regards,
KC
sunny_talwar

See attached:

Capture.PNG

jyothish8807
Master II
Master II

Hi Anuradha,

PFA a sample.

Regards

KC

Best Regards,
KC
anuradhaa
Partner - Creator II
Partner - Creator II
Author

where is that feature

anuradhaa
Partner - Creator II
Partner - Creator II
Author

Sorry,  F1 and F2 are two different field.

Thanks

sunny_talwar

Should be the same still:

Capture.PNG

New Script:

Table:

LOAD * Inline [

NAME, COUNTRY, F1, F2

Name 1, USA, 100, 46

Name 1, UK, 454, 54

Name 1, FRANCE, 44, 44

Name 2, USA, 1514, 444

Name 2, UK, 545, 445

Name 2, FRANCE, 5454, 545

Name 3, USA, 16416, 54

Name 3, UK, 45, 454

Name 3, FRANCE, 54, 545

];

Dimension: NAME, COUNTRY

Expression: F1, F2