I am a huge fan of Dundas BI, but sometimes I struggle with the massive capabilities of the system. Internally, our small software company has created a "DBI Cheats" note in Evernote that we share to document those cool features that we don't use frequently, but know that the functionality exists somewhere. However, I know that we are only scratching the surface of cool cheats; I'd love to share some of the things we find ourselves coming back to on occasion and to hear from other users some of their own cheats. Our cheat sheet includes items from Dundas webinars as well as things we've found on our own; for example, this is from a recent Dundas webinar:
LINK HORIZONTAL SCROLLING ON MULTIPLE CHARTS31 Mar 2016Under Dashboard Actions, expand Loading and click the + sign to create a new script chart2.control.xViewport = chart1.control.xViewport; chart3.control.xViewport = chart1.control.xViewport; chart4.control.xViewport = chart1.control.xViewport;
I had no idea we could even do this.
Here's another example:
DISABLE CONTEXT MENU ON TOUCH-ENABLED DEVICES (DASHBOARD)13 Jan 2016--This version disables the Context Menu for the entire canvas, not just the controls--Add new script to the [Ready] action--In the Script Editor, add the following code:if (dundas.Utility.isTouchEnabled ()){var contextMenuService = window.dundas.context.getService ("ContextMenuService" );contextMenuService.showContextMenu = function () { };}
We ran into this when our clients started using the product on iPads and mobile phones.
(BTW - this idea brings up the need for tags in this forum so as we build a library of great ideas, the search feature doesn't get bogged down).
Thoughts?