Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » [WORKAROUND IN PLACE] Retrieving OUT parameters from a stored procedure
[WORKAROUND IN PLACE] Retrieving OUT parameters from a stored procedure [message #1694867] Fri, 08 May 2015 14:38
Eclipse UserFriend
I'm experiencing issues getting data out of an Oracle stored procedure, my chart is rendering with the message "No Results".

The procedure is very simple, there is only a single OUT parameter which returns a decimal value. The Datasource appears to be set up correctly as I can see the correct value returned under "Preview Output Parameters".

Nothing is defined/displayed in the following sections:

- Preview Results
- Output Columns
- Computed Columns

Should there be?

In the Edit Chart wizard, should I be able to do call outputParams["foo"] in the value definition or does have work have to be done first before that statement will work?

BIRT version is 4.4.2.

EDIT: Screenies attached.

EDIT2: As there are no input parameters and only one output parameter, I managed to work around the problem by changing the procedure to a function and calling it as an SQL query. It would still be good to know why I can't get the OUT parameters working though.

[Updated on: Wed, 13 May 2015 11:39] by Moderator

Report message to a moderator

Previous Topic:How do I create Temp tables (using Go)
Next Topic:find the y axis coordinate of a bar value in a bar chart
Goto Forum:
  


Current Time: Fri Apr 26 21:09:38 GMT 2024

Powered by FUDForum. Page generated in 0.02409 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top