Does anyone have experience about sharing function across reports?
Someone told me the following steps. I tried and can not make it.
Any feedback are welcome.
1. store the code of the Java script function in the oracle database as a (very long) string.
2) in the startup script you retrieve the text of the Java script function from the database and you assign it to a GLOBAL variable in Brio.
3) then in the EIS objects you just call the global variable to execute the function.
Someone told me the following steps. I tried and can not make it.
Any feedback are welcome.
1. store the code of the Java script function in the oracle database as a (very long) string.
2) in the startup script you retrieve the text of the Java script function from the database and you assign it to a GLOBAL variable in Brio.
3) then in the EIS objects you just call the global variable to execute the function.