Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 mrichman
		
			mrichman
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Community,
I have a bar chart with a range of dates, each having its own value. Is it possible, when I select 3 months (see picture), then the bar charts will show averages on all.. so 07/2019,08/2019 and 09/2019 showing all 25?
Thanks in advance!
 
					
				
		
 sergio0592
		
			sergio0592
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Add a line with the following expression. See the attached .qvw
avg(TOTAL AGGR(sum(Value),Date))
 Claudiu_Anghele
		
			Claudiu_Anghele 
					
				
		
 sergio0592
		
			sergio0592
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Add a line with the following expression. See the attached .qvw
avg(TOTAL AGGR(sum(Value),Date))
 
					
				
		
 mrichman
		
			mrichman
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Sergio, Thanks for the prompt reply! It's working for this case, however my "real" case has different rows with the same value (see link). Do you probably know how I could best approach this?
Thanks in advance!
