We have user defined functions in Oracle 9i called Conversion Rate(From Currency, To Currency, Currency rate, Currency Date). Now user want to pass different parameters to his user defined functions at report level at time of running the report.
So, Procedure I followed as follows as:
Used External Strategies to bring user defined function Conversion Rate into Universe.
Problem: How exactly we invoke same function at report level to pass values through Report?
Paul has got it in a nut shell! One caveat, as database functions can sometimes be quite resource-consuming, we tend to put a note in the help text of the object explaining a little about the way it functions.
Problem, I facing is user defined function will return Conversion Rate as value.
Is it possible send unv and object, if you have will be really appreciated.
Have you put the udf in an object and it is not doing what you expect?
What is it that you want if you don’t want the “conversion rate as value” If you want the conversion rate multiplied by the “From Currency” simply modify the object to include this step e.g.