Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 qv_testing
		
			qv_testing
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
How to show and hide Datapoints in BarChar.
using MACRO
Thanks In Advance...
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
Do you need to compulsorily use macro?
You do not have to run a macro for that just use conditional show in the layout tab. create a button 'Show' and add action as Set Variable vShow=1.. In the chart layout tab show conditional =vshow=1. You can create another button with vshow=0 which will hide the chart... This is better way to show and hide charts as it would be faster and you woulnt need a macro
 qv_testing
		
			qv_testing
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hio Vishal,
i want only show and hide datapoint,
but not complete chart
 
					
				
		
You can use the conditional option in the expression tab of the chart properties. You can show the expression respective to the condition you want to apply
 qv_testing
		
			qv_testing
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Doesn't work here,
please give me sample example.
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		PFA
Used trigger.
 qv_testing
		
			qv_testing
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank U tresesco ....
Just i had a small mistake
