Forum Discussion

hassanh2's avatar
hassanh2
Helper I
4 years ago
Solved

Add custom column - query

Hello, I was adding a custom column to my model to map "item code" column to get the for example last 5 digits based on certain prefix in the source column ( using left(Item code column, 5) and in other instances I had to I use "mid" as well as "right" but I got an error message: 'left' name is misspelled!

 

Aren't these (Left, mid and right) not accepted in query of custom column ?

 

2 Replies