Bonjour,
je suis nouveau sur qlik, j'ai un champ qui contient des comptes comptables, et un champ qui contient les montants, et un champ de numero de dossier, je veux faire une formule qui pour chaque numero de dossier si un compte 231508 existe, qu'elle m'affiche le montant du compte 231502 et non pas celui du 231508.
j'ai utiliser la formule suivante :
if(COMPTE like '231508',Sum(if(COMPTE like '231502',MONTANT,0)),0)
mais ça na pas marché Merci la communauté
Hi, first of all sorry english language
i am new to qlik, i have a field that contains ledger accounts, and a field that contains amounts, and a case number field, i want to make a formula that for each case number if an account 231508 exists, that she shows me the amount of account 231502 and not that of 231508. I use the following formula:
if(COMPTE like '231508',Sum(if(COMPTE like '231502',MONTANT,0)),0)
but that dind'nt work , thank you