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: 
Not applicable

why after add accumulated col my sales column unable to sort from hi to lo ?

Hi All

I notice some thing very funny. hope some one can share with me why this happen ?

Before add Accumulated sales , sales Column is sort from high to low , ( see table 1 ) . Why after add the Accumulated sales , Sales column is not sort from high to low ? ( See Table 2)

See the enclosed QV doc.

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

Everytime you use Rowno() or Rank() into a expression this 'bugs' sorting.

Use the feature of "Full Acumulation" instead

View solution in original post

2 Replies
Clever_Anjos
Employee
Employee

Everytime you use Rowno() or Rank() into a expression this 'bugs' sorting.

Use the feature of "Full Acumulation" instead

Not applicable
Author

you are so clever .