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: 
ivandrago
Creator II
Creator II

Limit the results on Chart


Hi,

I have the attached Document, I only want to show data where the "New Qty" is less than the Old Qty".

So the prouctId "ABC2" should not appear? Is this possible by doing this on the chart and not through a script?

Thanks

1 Solution

Accepted Solutions
neetu_singh
Partner - Creator III
Partner - Creator III

Hi Ivan,

Please find the attached qvw. hope it will work.

Regards

Neetu Singh

View solution in original post

7 Replies
v_iyyappan
Specialist
Specialist

Hi

Remove the New and Old Expression and add the expression like this

=If((Sum([Qty_Old]) - sum(Qty)) < 0,sum(Qty))

Regards,

Not applicable

Only one thing:


If((Sum([Qty_Old]) - sum(Qty)) > 0,sum(Qty))

opposite signal!

MayilVahanan

Hi

PFA

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
ivandrago
Creator II
Creator II
Author

Can i not have the  other expressions still showing? As I kind of need to include these to the table as well?

ivandrago
Creator II
Creator II
Author

Can i not have the  other expressions still showing? As I kind of need to include these to the table as well?

neetu_singh
Partner - Creator III
Partner - Creator III

Hi Ivan,

Please find the attached qvw. hope it will work.

Regards

Neetu Singh

MayilVahanan

Hi

PFA

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.