Page 1 of 1

How To Get Value Of Selected Row

Posted: Sat Apr 10, 2021 10:48 pm
by billy.goforth
I have an application for which I'm building a DrillDown Report, BUT the GetDrillDownReport Global event is not getting called, therefore I never get access to load the DrilldownReport from my database query.

So, now I'm trying to access the selected ROW in the StiDataBand in order to use that string as a DRillDownParameter in hopes of using that to build the drilldown report in the Client using the global Click Event handler, which is working.

But I cannot find how to get the value of the selected row to populate the DRillDownParameter(s) with the selected row column data.

How can I do this? OR can anyone explain why the GetDrillDownReport Event Handler never gets called, but the other GlobalEvents do?

B

Re: How To Get Value Of Selected Row

Posted: Mon Apr 12, 2021 9:15 pm
by Lech Kulikowski
Hello,

You can add DrillDown parameters for the necessary component and then use it as this["ParamName"]

Thank you.