Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 pavanthota
		
			pavanthota
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
I have container object having multiple charts, I have created one button in cotainer to show only one chart and the remaining charts has to hide.
I would need a help here, can anyone please provide me the right expression to do the above mentioned functionality on click of he button.
Regards,
Pavan
 nirav_bhimani
		
			nirav_bhimani
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Do this
In Button
General > If(vGroup=1,’Group1’,’Group2’)
Action > Set Variable > If (vGroup=1,0,1)
In Chart1:
Layout > If(vGroup=0,1,0)
In Chart2:
Layout > =vGroup
Regards,
Nirav Bhimani
 
					
				
		
 sushil353
		
			sushil353
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Do u want to show your chart sequentialy in the container for each click of button...
or something else.
 pavanthota
		
			pavanthota
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Nirav,
Thanks for your reply
My requirement is to hide button for particular charts(button has to show for only one chart) in container not to hide charts.
Thanks,
Pavan
 nirav_bhimani
		
			nirav_bhimani
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Have you got the solution for your post?
Regards,
Nirav Bhimani
 pavanthota
		
			pavanthota
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		HI Nirav,
No, could you please help me for my post.
Thanks,
Pavan
 
					
				
		
Hi Nirav,
Did you got the solution? I have also same requirement. If you would have find out the solution, please share with me.
Thanks
Pratul
 
					
				
		
 bgerchikov
		
			bgerchikov
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Pavan,
Container object has very limited capabilities in QV. I'd suggest to use text objects instead and use their Actions to set up show/hide conditions for charts. This option is much flexible.
Hope it will help
