in googleComboChartField() is it possible to show drill down data grid below..., up on selection on report
Discussion posts and replies are publicly visible
There is a parameter "onSelection". This means, that you can react on user interaction.
as we have multiple reports data in single combo report ..., getting difficult with "onSelection", I would be greateful If someone provide me an example code using onSelction parameter to show drilldown grid below in googleComboChartField()
Why difficult? I assume that the data passed to you in that event is enough to identify where the user clicked. Based on that, you can query and show any data you need.