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

problem with the expression

when I create an expression of count, I tried to count that expression and it not work.

for example:

expression 'name' =count(A)

and later sum(total 'name')

and the resul is ' '

and i need the total of count.

some idea about how can I do this?

thanks friends.

3 Replies
maxgro
MVP
MVP

count(total A)

sum(aggr(count(A), SomeDim))

Anonymous
Not applicable
Author

you try Sum(Count(A))

MK_QSL
MVP
MVP

Something like this...

=SUM(TOTAL Aggr(COUNT(INVOICE),Customer))