Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Exclude error Data aggr

Hiho friends

have a problem in my report, as there is some not needed data. The problem is that we have sales order lines errors, which are stated with unti price 999999 in the source.

whats the easiest way to exclude the wrong orderline from the line chart? i was just able to cancel the whole month, but not the single order line

Thansk for help

1 Solution

Accepted Solutions
sunny_talwar

May be like this:

Sum({<[Unit Price] -= {99999999}>}[Unit Price] * QTY)


Capture.PNG

View solution in original post

3 Replies
sunny_talwar

May be like this:

Sum({<[Unit Price] -= {99999999}>}[Unit Price] * QTY)


Capture.PNG

Anonymous
Not applicable
Author

try this Expression (Count of 9 correct?):

Sum({<[Unit Price]-={99999999}>}[Unit Price] * QTY)

Anonymous
Not applicable
Author

Thanks