One of my users wants to calculate the number of working days between two dates. We are running business objects 4.1.3 against an Oracle 7.3 data warehouse.
Any suggestions/assistance would be greatly appreciated.
We did this for our users. We built an Oracle function that takes in the begin date and the end date, and returns the number of week days between the two dates. It does not take into consideration any holidays. It simply counts the weekdays. Then we built some pre-defined objects into the universe using this function. The only downfall is that the Designer needs to create objects in the unviverse, the user cannot create the objects on their own.
The other thing that we have not yet tried with this function is to add a function into the ora7en.prm file. If you can get this to work, then the user can use the Oracle function to create their own objects on reports.