Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 tommasogaiaspa
		
			tommasogaiaspa
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, I would like to know what I have unblocked in this expression since it does not propose me any result:
sum({$<Priorità={R02}>}($(=vNIpri)))
this is the NIpri variable:
sum(TOTAL <Priorità>{<Obiettivo>}(Effettivo-[Range Min])*100*[Peso Indicatore]/([Range Max]-[Range Min])*[Peso Priorità])
Thank you
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be try this
Sum({$<Priorità={"R02"}>}Aggr(($(=vNIpri)), Priorità)) 
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 tommasogaiaspa
		
			tommasogaiaspa
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I tried your solution, but I don't get any results.
I am attaching the qvw test file where you can find the tables with the expressions and the graph with the error.
Thank you.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be try this
Sum({$<Priorità={"R02"}>}Aggr(($(=vNIpri)), Priorità)) 
 tommasogaiaspa
		
			tommasogaiaspa
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks for the solution
