Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
my QV Doc
Hi Paul,
Check the attachment.
Hi Tamil
Thank you very much , it work.
Paul