Hello All,
I have created a user defined scalar function "addition()" at the CATALOG level and am intending to use it in a stored procedure.
When I am using the function "addition()" along with SQLScript inside the procedure, it is working as expected. But, when I make use of the function "addition()" along with CE functions, inside CE_CALC, it is throwing up an error message.
From the error log, it seems that the editor is treating the "addition()" function as an attribute in the table(blurred), which is in fact a schema.
Is it that user defined functions are not compatible with CE functions or is there some other method to make use of it?
Best Regards,
Ram