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

Legends

Hi all,

I have a field, named country.

i have a line graph with country as Dimension. So name of these countries will be displayed as legend

But now i want this legend to be grouped according to the continents.eg

India

Russia

China

England

France

Germany

Brazil

Argentina

and so on

Thanks

2 Replies
agomes1971
Specialist II
Specialist II

Hi,

just do it in the loading data creating a order associated to the continents and countries.

Regards

André Gomes

sasikanth
Master
Master

hi

try to set flags at script level like

load * inline [

COUNTRY , FLAG

India,     A

Russia,  A

China,    A

England,   B

France,     B

Germany, B

Brazil,        C

Argentina, C

];

then use that flag