Hi All,
I Want to show two views, for that i need 2 buttons. when i click on the button it has show the appropriate view.
How can i do this?
What do you mean by 'two views', for example a Summary Page and a Detail Page? For that you can set up a Boolean Variable and create a Render Variable on the Page.
Another option would be to use a Conditional Block, which can be setup so that a user has the option of selecting Option A, or B, at which time you can show Block A or B. I would only recommend this for smaller queries however as all queries execute at runtime.