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 3518 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a records of an audit of a series of rooms which were visited dozens of times. I would like to report the audit via a variety of categories, such as size, use, day visited. In each of the subsummaries I want to see the number of rooms (in summaries). This table is also linked to a parent table which does list the rooms singularly.

Posted (edited)

The old method:

A newer method (version 13 and higher) would filter a value list of rooms by a sub-summary value of a "List of" summary field and count the remaining values

Edited by comment
  • 2 weeks later...
Posted

Thanks Comment - the old fashioned method worked but Im not sure I understood the  new method.

Posted (edited)

the  new method.​

Assuming you have a value list of roomIDs, a summary field ”List of“ Audit::id_room, and a sorted found set in the Audit table:

ValueCount ( 
  FilterValues (
    ValueListItems ( Get ( FileName ) ; "Rooms" ) ; 
    GetSummary ( sListOfRoomIDs ; sortField )
  
)
)

Edited by eos

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