Aussie John Posted May 22, 2015 Posted May 22, 2015 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.
comment Posted May 22, 2015 Posted May 22, 2015 (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 May 22, 2015 by comment
Aussie John Posted June 1, 2015 Author Posted June 1, 2015 Thanks Comment - the old fashioned method worked but Im not sure I understood the new method.
eos Posted June 1, 2015 Posted June 1, 2015 (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 June 1, 2015 by eos
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now