SundancerKid
Programmer
Hi All,
Is it possible to create a custom function that queries an Oracle Table and brings back the results??
I have a Table in the Main (Relationship=1-1) and another Table (Relationship=1-Many) which has nothing to do with my report except I need to know if the userid exists against the SurveyID.
The Main Table has SurveyID and the other Table has SurveyID and UserID.
Since I can not pass the UserID easily back to a stored procedure because I am using Business View Manager with a default UserID for all of the reports. (Using one user because they did not want these users to be managed in Oracle they wanted to Manage them in Business Objects).
Well I need something simple and I thought a Custom Function would work.
Is there any examples or documentation on creating "External Custom Functions"??
Please Help...
Is it possible to create a custom function that queries an Oracle Table and brings back the results??
I have a Table in the Main (Relationship=1-1) and another Table (Relationship=1-Many) which has nothing to do with my report except I need to know if the userid exists against the SurveyID.
The Main Table has SurveyID and the other Table has SurveyID and UserID.
Since I can not pass the UserID easily back to a stored procedure because I am using Business View Manager with a default UserID for all of the reports. (Using one user because they did not want these users to be managed in Oracle they wanted to Manage them in Business Objects).
Well I need something simple and I thought a Custom Function would work.
Is there any examples or documentation on creating "External Custom Functions"??
Please Help...