I have made multiple copies of dashboard for different reports to render. so url changes for each report in the browser and whole page needs to be refreshed.
Day before yesterday i came to know that any component can be refreshed [ Refresh all components of Pentaho CDE dashboard ]
I wanna know if i can use single pentaho dashboard to render different reports over single reporting component, using ajax calls by clicking different buttons/links?
I feel there should be some way arround this.


Ivy components. There is aIvydemo which source codes should help. Another approach which I have implemented is a dashboard where HTML divs (with CDE components) areshowing/hidingdepending on your JS context variable. Or you can attach onclick function which executes code:document.getElementById(divToHide).style.display = 'block' / 'none'- mzyShop Daily DashboardandDaily Dashboard > CDE Layout tabscreens would also help. - mzy