Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

special selection of values

Hi Everyone; How can i do to have only the first six numbers in the following Columns; Thx
  • serpiva64's avatar
    3 years ago

    Hi,

    you can create a calculated column 

    Column = left(YourTable[ARTIKEL],6)
    If this post is useful to help you to solve your issue, consider giving the post a thumbs up and accepting it as a solution!