Hi I am trying to get the first letter in the product number field.
I have created a test field to remove any extra white spaces the product number field would come with and here is the calculation:
TRIM(ProductNumber
)
Next I am trying to use the Left function to get the first letter from that test field without any extra white spaces this field is called prod art:
LEFT(Test
,-9)
Here are the results I am getting