tobbesfilemaker Posted April 22, 2013 Posted April 22, 2013 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?
Raybaudi Posted April 22, 2013 Posted April 22, 2013 Try: Let( t = Substitute ( YourField ; "." ; ¶ ) ; GetValue ( t ; ValueCount ( t ) ) ) 1
Recommended Posts
This topic is 4290 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now