Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

How to filter Table only display those Row Debt more then sales ?

Hi All

I have a table display debt and sales.

I want to only filter when debt is more then sales.

Diamension :-

=company

Expression :-

(sum(days3) + sum(days6) + sum(days9) + sum(above12)+sum(curren))/1000

sum(if(L5M='-1',sales/1000))

I have try below expression :-

=If

(

(

sum(if(L5M='-1',sales/1000))

)

>

(

(sum(days3) + sum(days6) + sum(days9) + sum(above12)+sum(curren))/1000

)

,company)

it does not work

Paul

1 Solution

Accepted Solutions
tamilarasu
Champion
Champion

Hi Paul,

Check the attachment.

View solution in original post

3 Replies
paulyeo11
Master
Master
Author

my QV Doc

tamilarasu
Champion
Champion

Hi Paul,

Check the attachment.

paulyeo11
Master
Master
Author

Hi Tamil

Thank you very much , it work.

Paul