Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 MA1
		
			MA1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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)!

thanks a lot
 MA1
		
			MA1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Sum(If(User1=User, Aggr( Sum(Plan),User,User1,KPI),0))
 MA1
		
			MA1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Sum(If(User1=User, Aggr( Sum(Plan),User,User1,KPI),0))
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Another one could be just this
Sum(If(User1 = User, Plan))
