April 22, 201312 yr Hello, what would a calculation look like which takes all values after a dot? so for example it says .jpg in a field, it takes "jpg" and if it says .avi it takes "avi" Im using this for exporting a variable, can anyone help me please?
April 22, 201312 yr Try: Let( t = Substitute ( YourField ; "." ; ¶ ) ; GetValue ( t ; ValueCount ( t ) ) )
Create an account or sign in to comment