I'm using the Gantt chart visualization from the Custom Visualizations app to show the status of some batch processes and for a time, this was good.
The problem now is I'm having a hard time getting the Gantt chart to drill into another Gantt chart when one of the bars are clicked. What I'm trying to achieve is to have the user be taken to another Gantt chart that shows the sub processes of the bar he clicked on in the original Gantt chart.
This functionality is working if we show two Gantt charts within the same dashboard, but I'd like to have the user end up in a new dashboard.
Any thoughts?
romedome, I want to use in-page drill down for my gantt chart. Can you please provide some inputs to do so as we are trying this as new
Have you tried passing tokens to another page using something my_dashboard?form.foo=value
?
Where form.foo
is an input that sets the token foo
. Then you can $foo$
in the other Gantt chart.