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

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

Recommended Posts

Posted

I have a inventory database for which I have several locations which I go to and do a physical inventory. SO I have a locations table and an inventory_count table. I would like to create a report/layout that will display my ending count for each of the different locations by month.

  • 2 weeks later...
Posted

Hi, Mazkot!

I would do the following:

locations table contains these fields: location_id location_name

inventory_count table contains these ones item_id inventory_date count

Assuming that you take one inventory count the last day of each month:

Layout for inventory_count:

Sub-summary by location_id

Sub-summary by inventory_date

Report:

California

1001 Gadgets

Jan 31 4

Feb 29 4

Mar 31 12

1010 Widgets

Jan 31 9

Feb 29 7

Mar 31 10

-----------------------------------------------------

Florida

1001 Gadgets

Jan 31 8

Feb 29 5

Mar 31 11

1010 Widgets

Jan 31 6

Feb 29 9

Mar 31 12

-----------------------------------------------------

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