Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to display bar chart or line chart with different thick depends on data?
if data 1 = 10
data 2 = 5
Bar data 1 is thicker than bar data 2.

May be someone ever do it in Qlikview. Thanks
Danny
Why not to use Mekko Chart ?
Danny,
For the line chart - see attribute expression "Line Style". You can control it conditionaly.
Regards,
Michael
May be someone else can give me problem solving. Thanks
Unfortunately the "Line Style" only works on Line Combo and Radar charts. As mentioned previously you could
achieve something like what you want with mekko chart (see attached image). Otherwise you will probably have to look into extension objects for this.
To solve your problem you have to abandon the use of bar charts.
May be someone know how to configure the thickness of bar chart? Not in Mekko Chart.
Thanks.
I think nobody knows that, it seems it's just not implemented in bar chart.
As Whiteline says it is not possible for barcharts. To achieve this you would have to create this type of chart as an extension object. Maybe someone already has? I suggest looking into extension objects if you really need this function. To use extension objects you need to be running the fullbrowser client (Ajax), (just in case this is an issue for you).
I have add code on Line chart, expecially on line style. This is code :
='<w2.5>'
But can i use this code on Bar Chart? Can someone help me please? Thanks