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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
christophebrault
Specialist
Specialist

Offset bar in bar chart with dimensions

Hi,

In a chart, i'm adding results of differents societies. Number of society changes depending on selections.

I want to have a bar chart  ordered form the best to the worst based on results AND an offset for each bar to make a cascade.

The offset must be equal to the precedent society. Look the set of data below.

Thanks

Inscrivez vous à ma Newletter Qlik
DoNotMissQlik- Connect with me on Linkedin
6 Replies
rajni_batra
Specialist
Specialist

Anything like this????

christophebrault
Specialist
Specialist
Author

Yes, but no....

I want the same result but with only one expression because i have lots of society and hierarchy level, and i can't write an expression for each and because the order will change depending on results for different periods.

Inscrivez vous à ma Newletter Qlik
DoNotMissQlik- Connect with me on Linkedin
rajni_batra
Specialist
Specialist

PFA

christophebrault
Specialist
Specialist
Author

No...

the qvw, the order is : C B A D

Offset for C is 0 because it's the first, offset for B = Cresults  offset for A = B results  etc

i tried to do it with rank, but without success...

Inscrivez vous à ma Newletter Qlik
DoNotMissQlik- Connect with me on Linkedin
christophebrault
Specialist
Specialist
Author

No solution ? I'm always looking for...

Inscrivez vous à ma Newletter Qlik
DoNotMissQlik- Connect with me on Linkedin
qliksus
Specialist II
Specialist II

Hi add this in the Barr offset expression

if( isnull(Above(sum(Result))),0, Above(sum(Result)))