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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
aarohipatel
Creator II
Creator II

Help with Expression

Hi ,

Field Name: ID

Expression needed: Count(ID) / Sum[Count (ID)]

Not able to get this expression work. Can you please help me with this?

Thank you

1 Solution

Accepted Solutions
sunny_talwar

This?

Count(ID)/Count(TOTAL ID)

View solution in original post

2 Replies
maxgro
MVP
MVP

I think you need a nested aggregation

Pitfalls of the Aggr function

Count(ID)

/

Sum(   aggr(Count (ID), field1, field2, ....)   )


Maybe you can post your .qvw

sunny_talwar

This?

Count(ID)/Count(TOTAL ID)