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

Recommended Posts

Posted

I haven't been able to find an easy answer for this problem:

If I have 1000 records that contain info for 33 markets and when I have a layout that includes summary functions and I want to know how many markets a certain brand has how do I get it to show 33 rather than the actual number of records, like 345?

Thanks

Posted

If you are previewing/printing this layout and using a subsummary part, just use a summary field that is a count of your market id. Then, sort by market id and you should see the correct results in Preview Mode and when printing.

If you want to see this in Browse Mode, create a calculation of GetSummary( summaryfield; market id ) and make sure your found set is sorted by market id.

Posted

QUEUE:

Thanks for the response. That's the problem when you do a count it counts all the records with the same name as the market.

I might not have been clear. If I have Cleveland as a market and there are 100 records with Cleveland and when I want to know if Cleveland is being reported, how do I get it to report Cleveland as 1 market rather than 100?

Posted

Try 1 / GetSummary( summaryfield; market id ) and then create a summary field based on the total of this calculation.

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