I designed a script to generate a report for the current month to export to a file which would later be imported to excel
I've designed successfully most of the script, but when it comes to the point for Exporting the script, nothing happens. It finds the results for the month, and t hen does not Export, no dialog or error message is given; it just doesn't happen.
Here is my script
Enter Find Mode
Insert Text [Select, "production_date", ">"]
Insert Calculated Result ["production_date", "Month(Today)"]
Insert Text ["production_date", "/1/"]
Insert Calculated Result ["production_date", "Year(Today)"]
Export Records [Restore, "Monthly Report"]
I've designed successfully most of the script, but when it comes to the point for Exporting the script, nothing happens. It finds the results for the month, and t hen does not Export, no dialog or error message is given; it just doesn't happen.
Here is my script
Enter Find Mode
Insert Text [Select, "production_date", ">"]
Insert Calculated Result ["production_date", "Month(Today)"]
Insert Text ["production_date", "/1/"]
Insert Calculated Result ["production_date", "Year(Today)"]
Export Records [Restore, "Monthly Report"]