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

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

Recommended Posts

Posted

I am using FileMaker Pro 12. I wrote a script to look at a field and if the value is less or equal to .70 it will run the report. I have it set to Auto open an EXCEL spreadsheet. When the script runs I see that it finds the records but then my EXCEL spreadsheet is empty. Here is the script:

Perform Find [Restore]
Save Records as Excel["TotalAttendance.xls";Automatically open;Records being browsed]
Go to Layout[original layout]
Show All Records

In the Perform Find [Restore] I have the following coded:

Find Records	PersonnelRecords::PercentDaysAttended:[<_ .70]

That is suppose to be less than and equal to. Did not know how to show it with the keyboard.

Posted

Looks like a path issue to me. Add:

Set Variable ( $path ; get(temporary path) & "TotalAttendance.xls")

Save Records as Excel ($path ; auto open, records browsed]

 

 

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