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

Generate record report from another table by month/year?


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

Recommended Posts

  • Newbies
Posted

Hello,

I have a table of a bunch of video production project records. Each record has the fields:

-Date

-Client

-Project Name

-Project Number

-Producer

-Cost

I am wanting to create another table that I can input a month/year into a text field at the top, and generate a report of all the records from the video production table for that month/year. Anyone know a way to do this? Thanks!

Posted

You don't need another table for this - you can add two global fields to the same table (or any table, for that matter). If you use numbers for both, you can then make a script like:

Enter Find Mode []

Set Field [ Projects::Date ; Date ( Projects::gMonth ; 1 ; Projects::gYear ) & ".." & Date ( Projects::gMonth +1 ; 0 ; Projects::gYear ) ]

Perform Find []

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