Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Count total number, ignoring chart filters

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

1 Solution

Accepted Solutions
Not applicable
Author

Aggr(count(DISTINCT {$<Year2=,Month2=>} IDINVC),NAMECUST)

Thanks for your help!

Pat

View solution in original post

7 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Count(distinct {$<TRXTYPETXT={1,3}, Month=, Year=>} [IDINVC])

let me know (Write the correct name for month and year)

Not applicable
Author

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!

alexandros17
Partner - Champion III
Partner - Champion III

Could you send me the document?

Not applicable
Author

It's the one called ''Rapport de ventes général''.

Thanks!

alexandros17
Partner - Champion III
Partner - Champion III

Sorry I cannot open it

Not applicable
Author

If I give you this, is it understandable?

Not applicable
Author

Aggr(count(DISTINCT {$<Year2=,Month2=>} IDINVC),NAMECUST)

Thanks for your help!

Pat