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 ot...