TaiChi56 Posted September 25, 2016 Posted September 25, 2016 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.
bcooney Posted September 25, 2016 Posted September 25, 2016 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]
TaiChi56 Posted September 27, 2016 Author Posted September 27, 2016 Sorry. Yes it took care of the problem. Thank you again.
Recommended Posts
This topic is 3251 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