Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 fred_s
		
			fred_s
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I'm looking for examples or best practices on how to get part of a Pie Chart Outgrayed after Selections.
After selecting Asia, I'd like to see 60% colored Asia and 40% gray.
Suggestions?

Has to be something like this ..

 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Maybe like attached?
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Maybe like attached?
 
					
				
		
 fred_s
		
			fred_s
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Swuehl,
Exactly what i meant.
Thanks!
 
					
				
		
 mikecrengland
		
			mikecrengland
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I love this.
As an add-on, I would make the expression something like
=sum({<Region *=>} Population)
so that it can react to other filters. And then sort on expression to keep the selections next to each other:
=if(match([Region],concat(distinct [Region],',')),
1,2)
mike
www.fortunecookiebi.com
