Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I want to count the number of unique values for a field across all records. for example, if a field contains A,A,B,C,C,C,D,D,D,D (in a database of 10 records) then the desired result is 4. I would like the count for all records, even if viewing only a subset of records. Is there a simple way to accomplish this? Thanks much.

Posted

You can take a look at this thread but it is a summary report and does need to be sorted.

http://www.fmforums.com/forum/showtopic.php?tid/135476/

Posted

One way would be to define a value list based on the field, then use an unstored calculation of:

ValueCount ( ValueListItems ( Get ( FileName ) ; "YourValueList" ) )

Posted

Great suggestion Michael! ;)

Posted

Nice! thanks very much.

Sorry to divert the thread but do I understand correctly that formatting the printing of a tabular view layout is really kludgy, and often impossible, in filemaker? I'm finding that I need to export to excel to change header labels, repeat header row on pages, and specify document to one page width by N pages length. Or am I missing something obvious?

Posted

it seems like i can edit headers and field attributes only in form view. is there a way to make those edits in List or Table view?

Posted

I am not sure what you are asking here. You can have a Header part in a layout, and whatever you place there in Layout mode will be printed at the top of each page.

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