renartbrazil
Technical User
I am familiar with creating different types of computed items but do not know how to create this.
There is a column which I will be referencing in this computed item called theend or something. The data in there can be approx 17 to 24 characters. I know how to use Ltrim to trim some off or create a string and specify the length of what I want to have in this new column. The effect I am looking for is to (like right justify) take the last 10 numbers of each. Will that take some SQL coding ?
There is a column which I will be referencing in this computed item called theend or something. The data in there can be approx 17 to 24 characters. I know how to use Ltrim to trim some off or create a string and specify the length of what I want to have in this new column. The effect I am looking for is to (like right justify) take the last 10 numbers of each. Will that take some SQL coding ?