Skip to main content
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)