Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5304 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am trying to create a variable that contains a file path that is based upon an employer name. The problem is that occasionally an employer name will contain a "/" in it and I cannot save records as a PDF as it results in an invalid file path. I'm trying to find a way to set my file path variable to account for this but I haven't been able to wrap my head around using the substitute command to do this. I'm able to successfully change the "/" to a "-" but I can't get the calculation to retain the rest of my employer name, just to parts that I replace.

So basically, I want this to take;

"Barts Beeswax/Honey" and change it to "Barts Beeswax-Honey" any time an employer name contains the "/" character.

Posted

Set Variable [ $path; "file:" & get( deskTopPath) & substitute( YourField; "/"; "-") & ".pdf" ]

Posted (edited)

Wow...*facepalm

I knew I missing something easy...

Thanks a lot.

Edited by Guest

This topic is 5304 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.