Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
AlbanMONTBILLIARD
Contributor II
Contributor II

Formule avec variable

Bonjour,

je débute avec Qlik Sense et je me heurte à un problème. 

Dans une ligne de référence, je voudrais mettre la formule suivante : 

=sum({$<Annee_Paie=Min(Annee_Paie)>} COUT_TOTAL)/12

Bien entendu cela ne fonctionne pas d'où mon appel à l'aide.

1 Solution

Accepted Solutions
Taoufiq_Zarra

Bonjour,

essaye avec ça :

=Sum({<Annee_Paie = {"$(=min(Annee_Paie))"}>} COUT_TOTAL)/12
Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉

View solution in original post

2 Replies
Taoufiq_Zarra

Bonjour,

essaye avec ça :

=Sum({<Annee_Paie = {"$(=min(Annee_Paie))"}>} COUT_TOTAL)/12
Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
AlbanMONTBILLIARD
Contributor II
Contributor II
Author

Merci bcp cela fonctionne parfaitement