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

Recommended Posts

  • Newbies
Posted (edited)

I was not sure where to put this question and I am sorry if it is the wrong spot.

I have about 500 records and each record is a different job. Each job has a Job Status drop down that is linked to a value list. (Not Started, In Progress, Installed, Completed, F.L.O.S) The field is named WorkOrder::JobStatus

I would like to have kind of a reports page that people can go and see a total number of each.

I tried creating new calculation field with the following: from WorkOrder, = ValueCount ( FilterValues ( List ( JobStatus ) ; "Installed" ) )

With this I always get either a 1 or a 0.

Any ideas would be great. Thanks!

Edited by Guest
Posted

Just create a subsummary report grouped by JobStatus.

  • Newbies
Posted

I did that and added a count field and it kinda did what I needed it to do, but I have to be in preview mode for it to work. Is there a way to have a calculation in a field do the same thing?

That way I could have a separate field for each category.

Ultimately what I am looking for is just 5 fields to be displayed.

So it will look something like this:

Not Started 1

Installed 10

In Progress 20

Completed 132

F.L.O.S 13

I dont need fields from every record to be displayed just a count of each. That was my fault I was not very clear in my first post.

Posted

GetSummary().

BTW starting from FMP10 you can have subsummaries in browse mode in case you upgrade.

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