Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
Please kindly assist if someone can any suggestion
the req is to show in the bar chart of preferred language :
English,then top 3 language and other .
could be something like this @ashmitp869 ?
please accept the solution / give likes !
Hi @ashmitp869 , please see if this works for you :
First i created this data table :
Data:
LOAD * INLINE [
Dim1, Country, Quantity
Greenwich, Nauru, 1
Greenwich, Moroco, 2
Greenwich, Spain, 3
Greenwich, Kenya, 2
Greenwich, Surinam, 1
Greenwich, English, 35
Greenwich, Italy, 4
Greenwich, Italy, 1
Neringah, Spain, 1
Neringah, Moroco, 1
Neringah, English, 4
];
Then create the chart, with these settings :
Thanks QFabian, the sorting worked.
Will you pls guide me to demonstrate the below req:
The bar will show only three tab English, top 3 language and other in tab
could be something like this @ashmitp869 ?
please accept the solution / give likes !