Drill-through datasource Other option
Posted: Thu Aug 26, 2010 7:05 pm
When you create a drill-through process you can choose between ODBC, View and Other as a datasource.
I tried to use the Other option to create a 'drill-through' process with a None datasource. This process creates a view and fires a process using this view as a datasource.
This way I would like to use the Drill option in a cell to fire a process performing a custom function based on the cell coordinates.
The created option works fine except for the fact that the drill-through functionality appears to expect the return of a handle at the end of the process (throwing an error when no handle is returned). I was hoping that this was not neccessary for the Other datasource option. The documentation is at least weak on this part. Has anyone else tried to use the Drill option this way?
I could setup the process as an ODBC process returning a single column/row table with the value 'close dialog to finish'... but does anyone know a way to prevent the error message from occurring?
Michel
I tried to use the Other option to create a 'drill-through' process with a None datasource. This process creates a view and fires a process using this view as a datasource.
This way I would like to use the Drill option in a cell to fire a process performing a custom function based on the cell coordinates.
The created option works fine except for the fact that the drill-through functionality appears to expect the return of a handle at the end of the process (throwing an error when no handle is returned). I was hoping that this was not neccessary for the Other datasource option. The documentation is at least weak on this part. Has anyone else tried to use the Drill option this way?
I could setup the process as an ODBC process returning a single column/row table with the value 'close dialog to finish'... but does anyone know a way to prevent the error message from occurring?
Michel