Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted

I would like to save a record as a .pdf file and name the file using a combination of 3 field values.

I have the script working to save the .pdf and a variable set to name the file ($filename). It work except how the file name appears.

the information I'm trying to combine is:

last name (smith)

start date (7-1-12)

project name (med)

I set the variable calculation to :

Employeefunding::employeelastname & "_" & Employeefunding::modstartdate & "_" & grantspeedtype1::ProjectName & ".pdf"

which gives me a file name of _7-1-12_

I want it to say Smith_7-1-12_med

What am I doing wrong?

Posted

What is the relationship from Employeefunding to grantspeedtype? You're in the context of employeefunding, apparently, and you need a relationship to get a value from the other table, grantspeedtype.

This topic is 4538 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.