Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi guys,
I have a graph showing the biggest issues, with set analysis saying only to show those from today. Now, when I click one of these issues in the graph I want the filter today applied to the rest of the document as well. Is this possible?
 
					
				
		
 d_pranskus
		
			d_pranskus
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
You can place a transparent text object on top of the chart and define it's action to apply the filter
Cheers
 
					
				
		
Sounds like a good idea but then it wouldn't be possible to click anything in the underlying table ...
 
					
				
		
 d_pranskus
		
			d_pranskus
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Also you may try to add a On Select trigger on the chart's dimension field in Document Properties. Say when the user clicks on chart selection changes it will trigger an action which will do the rest of job.
 
					
				
		
That is also helpful, but my original idea was to have it chart specific. If I apply it in document settings it applies to all charts with that dimension, which I do not want. I'm guessing for one chart it will be impossible.
 
					
				
		
 oknotsen
		
			oknotsen
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can make the transparent button trigger both a selection and setting a variable.
Now in your layout tab of that transparent object, set a conditional show to only "show" this invisible object when the variable is 0 and hide it when variable is 1.
