After all, I wasn't even able to get a simple top-10 chart done, much less a nice dashboard. One thing I think of when seeing Mark's top graph is "can I click on a bar" to drill down or bring up another Aware chart". A simple chart is one thing, but drill down is also needed.
This is easily done by creating an Object and relevant attributes for each particular Chart in your dashboard. In some cases you may be able to use an existing object to present data in a passive chart, but having a dynamic drill down chart will almost always require a specific object to be in place to make it happen
if you set up a Perspective and have the panels laid out in a Dashboard fashion, and then have each panel populated by a Custom Grid, Chart , HTML etc etc. then I can’t see a problem
Most of my dashboard presentations are driven by “Chart Specific Objects. When the update Chart process runs it finds the related records and then proceeds to create new chart objects for each record found. The resultant chart or custom grid is pointing to the newly created Chart Objects
Jaymer, your example on the referenced post, you need to add another Object to your app called Top20ROClients and then when running the sample query from within AwareIM , start a process and CREATE Top20ROClients FOR EACH object found and then reference these objects in your chart.(You can also get creative in your Chart Object attributes, to allow the object to serve multiple chart setups and presentations)
Your Example
FIND RO WHERE RO.DateCreated BETWEEN '1/1/2019' and '3/31/2019'
add CREATE Top20ROClients FOR EACH RO WITH …etc etc
When setting up the CHART take care to setup the edit option and this will let you drill down to the data represented in each bar, presented in a new tab or pop up of some sort
Also by right clicking on the perspective, there is an option for a user to disable Dashboard Panels. AwareIM attempts to provide users with some dashboard layout functionality here but is very limited and should be upgraded to allowing for drag and drop of widgets and maybe including some predefined Charts from a drop down menu