Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Newbie on Qlik Sense products, sorry for basic question.
I need to count the total number of invoices per customer in a table, but wish to ignore all the filters .(because we filter by months/year, but still wish to view the total invoice from the beginning)
Here is what I have for now:
Count(distinct {$<TRXTYPETXT={1,3}>} [IDINVC])
Many thanks!
Patrick
Aggr(count(DISTINCT {$<Year2=,Month2=>} IDINVC),NAMECUST)
Thanks for your help!
Pat
Count(distinct {$<TRXTYPETXT={1,3}, Month=, Year=>} [IDINVC])
let me know (Write the correct name for month and year)
Hi, thanks for fast answering.
Not working as it counts the total per line, not the total per customer. I presume should be something like this...
Sum(Count({$<TRXTYPETXT={1,3}, Mois=, FISCYR=>} [IDINVC],NAMECUST)) |
what do you think?
Thanks again!
Could you send me the document?
It's the one called ''Rapport de ventes général''.
Thanks!
Sorry I cannot open it
If I give you this, is it understandable?
Aggr(count(DISTINCT {$<Year2=,Month2=>} IDINVC),NAMECUST)
Thanks for your help!
Pat