I need to create a dashboard with report studio since some limitation in active report is not acceptable for my client. 
I want to simulate the deck function in active report to switch between views or charts within a page. 
Thanks for any advice.
Sunny
			
			
			
				I'd probably go for something like a radio group with auto submit switched on, which I'd couple with a render variable and an associated block for each of view and charts.
			
			
			
				I know radio button group is built-in for active report but how can I achieve the same effect in normal report. Or is there ways to create buttons with function without the help of JavaScript?
Thank you for the reply.
			
			
			
				A radio button is just a way of viewing a value prompt
			
			
			
				The result looks good for me and the last thing I have to do is to make it fancy.
Thank you for the answer.  ;D
			
			
			
				You're welcome - I know you can do amazing things with JavScript, but I've never really delved into it so I tend to shy away from it if there's another way to achieve what I need.