Are DB Functions supported in UNX universes? We are on BI4.1 SP3 and trying to use an Oracle DB function that will return a numeric field based on the user who is logged into Business Objects:
OWOD_DW.GET_BUDGET(@Variable('BOUSER'))
The GET_BUDGET is an Oracle DB function that expects the user id, checks the budget amount field in db table, and returns budget amount and sets it to Budget object in universe.
We have UNV universes that call Oracle DB functions, for example calculating number of working days. The processing is done on DB side and returns number of days and continue to work fine...
Thank you for your time.
~Molly