GreekPatriot
Technical User
if I have as field with the following values how can I transform them to the following using a query formula:
10 to 10
10.1 to 10
10.1.1 to 10
11 to 11
11.1 to 11
11.1.1 to 11
0 to 0
1 to 1
1.1 to 1
1.1.1 to 1
It cats all the strings after the first dot.
Your help will be appreciated
10 to 10
10.1 to 10
10.1.1 to 10
11 to 11
11.1 to 11
11.1.1 to 11
0 to 0
1 to 1
1.1 to 1
1.1.1 to 1
It cats all the strings after the first dot.
Your help will be appreciated