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

set analysis

sum(Montant)-(sum({<Reg_Etat={'Confirmé'},Reg_Mode={'Chèque','Effets'},Reg_Type={'Chèque Impayé'}>}Montant))-sum({<Reg_Etat ={<>'Chèque Impayé'}>}Montant)

1 Solution

Accepted Solutions
buzzy996
Master II
Master II

ya,

sum({<Reg_Etat = - {'Chèque Impayé'}>}Montant)

View solution in original post

7 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

42?


talk is cheap, supply exceeds demand
Not applicable
Author

That is the answer but what is the question?

awhitfield
Partner - Champion
Partner - Champion

Wise Man says: To get a sensible answer, you need ask a sensible question! Or at lease a question!

Andy

Not applicable
Author

Sorry, cause I need to use different to 'Chèque Impayé', but ther's some mistakes in this expression:


sum(Montant)-(sum({<Reg_Etat={'Confirmé'},Reg_Mode={'Chèque','Effets'},Reg_Type={'Chèque Impayé'}>}Montant))-sum({<Reg_Etat ={<>'Chèque Impayé'}>}Montant)

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try: sum({<Reg_Etat -={'Chèque Impayé'}>}Montant)


talk is cheap, supply exceeds demand
stigchel
Partner - Master
Partner - Master

Try with

sum({<Reg_Etat =-{'Chèque Impayé'}>}Montant)

buzzy996
Master II
Master II

ya,

sum({<Reg_Etat = - {'Chèque Impayé'}>}Montant)