Can anyone help?
We're trying to create a log so that we can know what reports are being used, when, and by whom.
We've created a table in Oracle and a function that receives the report name as a string. In Crystal 8.5, we are attempting to call that function via a SQL expression.
We see that the function is recognized because if we do not include a value to pass, the error indicates that the rignt number of arguments are not met.
However, we've tried every way to pass the argument by removing all quotes, various single and double quote methods and nothing works.
Can anyone help? It would be greatly appreciated!
We're trying to create a log so that we can know what reports are being used, when, and by whom.
We've created a table in Oracle and a function that receives the report name as a string. In Crystal 8.5, we are attempting to call that function via a SQL expression.
We see that the function is recognized because if we do not include a value to pass, the error indicates that the rignt number of arguments are not met.
However, we've tried every way to pass the argument by removing all quotes, various single and double quote methods and nothing works.
Can anyone help? It would be greatly appreciated!