cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calculated column using SQL function gives unregistered function error

Former Member
0 Likes
1,462

Hello All,

I am trying to use SQL functions, esp (WEEK(date)) in a calculated column and am faced with the error

"Invalid Expression SAP DBTech JDBC [2048]: column store error : Unregistered function name : week"

The same function in an SQL statement works

Can you let me know if I am missing something?

Thanks and Regards,

Vijay

View Entire Topic
Former Member
0 Likes

Hi Vijay,

WEEK() function is not supported in calculated column, it is an SQL window function.


Regards,

Chandra.