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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
MA1
Contributor III
Contributor III

P function

Hi, everyone!

I have a model (example)

I can not configure the calculation so that the value 22 is displayed in the summary table,

The problem is that I get the amount (as in the picture)!

Screenshot_2.png

thanks a lot

1 Solution

Accepted Solutions
MA1
Contributor III
Contributor III
Author

Sum(If(User1=User, Aggr( Sum(Plan),User,User1,KPI),0))

View solution in original post

2 Replies
MA1
Contributor III
Contributor III
Author

Sum(If(User1=User, Aggr( Sum(Plan),User,User1,KPI),0))

sunny_talwar

Another one could be just this

Sum(If(User1 = User, Plan))