stored procedure out values to reports
Hello,
I have seen some threads with similar questions, but I don't think that I saw a clear resolution. I have just started to use BIRT and was able to look at online tutorials to map simple sql queries to the report.
My issues is that I have stored procedures to run on oracle that have some out values. In the dataset, I created an SQL dataset and was able to put my query in
{call DEV.CUST_FIND(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)} ,
After I do that I get a populated data set but they cannot be dragged onto the report. What do I need to do to get this to work. I've read something about parameter mapping, but it seemed that only input parameters work. If I put a parementer in, it asks me for a value and then puts the value that I entered on the report. I want to see the OUT values and show them on the report.
I am using ORACLE as my database and the ojdbc14.jar for the driver.
Thanks in advance