Forum Discussion
Anonymous
3 years agoNot applicable
special selection of values
Hi Everyone; How can i do to have only the first six numbers in the following Columns; Thx
- 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!
serpiva64
Solution Sage
3 years agoHi,
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!