Skip to main content
September 12, 2023
Question

in googleComboChartField() is it possible to show drill down data grid below..., up on selection on report

  • September 12, 2023
  • 3 replies
  • 0 views

in googleComboChartField() is it possible to show drill down data grid below...,  up on selection on report

    3 replies

    stefanhelzle0001
    September 12, 2023

    There is a parameter "onSelection". This means, that you can react on user interaction.

    September 12, 2023

    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()

    stefanhelzle0001
    September 12, 2023

    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.