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
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!
1 Reply
- serpiva64
Solution Sage
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!