Hi Everyone,
We have a big operation with hundreds of important Visual overviews that need to be monitored constantly. Having one screen for each one is not efficient nor cost-effective, so I wondered if we could have a “carousel” for some of them that are previously selected.
Something like this:
After selecting one Surveyor View, the Visual overview should open and after a configurable timespan either:
- loop over each child
- loop the pre-defined Visual Overviews
If this is not possible with Visio, can we do it with a Dashboard?
A similar question has been asked previously (see https://community.dataminer.services/question/visual-overview-automatic-slideshow/).
With some tweaks you could even do this based on the view structure. This would rely on an automation script to calculate the shape data though. One downside of this approach, is that it loads the page on every interval and thus fetches the data again.
Cube has 4 workspaces, and you launch Cube with an argument to autoslide between those 4. Arguments for DataMiner Cube | DataMiner Docs. Each workspace can also be loaded with a workspace preset probably. Not exactly what you were asking for, but maybe it can serve a purpose for your use case.
What a great idea and suggestion.
Upside is that it’s lazy loaded so it doesn’t have to keep possibly A LOT in memory.