Hi there,
Has anybody had any luck with a charts drilldown?
Let's say I have a bar chart with the top 10 Clients. I want to be able to drill down to a particular client's details when I click on a particular bar in the bar chart.
Cheers,
Cole
Hello
In OS10 two possible solution are in here:https://www.outsystems.com/forums/discussion/33884/can-we-use-drilldown-in-outsystems-chart-clicking-the-chart-bars-and-generating-r/#Post162197
Hope it helps.
Hi Cole,
Go to the Chart's properties area and set Clickable to True. That should create an OnClick action, and you can replace the end node with the Client's Details destination screen.
Don
TheDon wrote:
Thanks for your reply.
Unfortunately, this works in that we can navigate to SOME details screen, but I need to drill down to specific client details. For example, if I click on the first bar (Client A) it should take me to Client A's details, if I click on the second bar it should redirect to Client B's details etc.
I suspect I will have to use hightcharts to do this?
Cheers,Cole
Hey Cole,
If you have filters in your Client screen, they need to be specified in the OnClick action using an assign statement.
Do you mind attaching your OML, or sending screen shots of your aggregate in the Chart's screen preparation and also your Client detail screen? Maybe I can help better that way.