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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rank Accumuleted values troughout the day

Hi,

now I've managed to rank single net values troughout the day.

However, anyone know a way to rank the ackumulated balances?

For instance, in the below example I wish to present the MAX/MIN accumulated as marked in blue.

Tnanks in advance,

Olle


Capture.JPG.jpg

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

See attached - I think this is what you are after.

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

5 Replies
Not applicable
Author

Sample file attached.

//O

Not applicable
Author

hi,

To change the color u can give background color expression like this

=if( [Full Accumulation] = Max([Full Accumulation]) or [Full Accumulation] = Max([Full Accumulation]),Blue())

Hope this helps. Vivek

Not applicable
Author

Hi Vivek,

sorry, maybe my description was a bit unclear.

I need a separate table box to pick up the min/max accumulated values.

No need for color change

Regards,

Olle

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

See attached - I think this is what you are after.

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Genius!

Thanks Jonathan!