Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

how can i know count of any value in a field

Featured Replies

how can i know count of any value entered in a field

Alimrb,

There are a couple things you might mean by this:

(1) You want to know how many records have a value (any value at all) in a certain field. To do this, make a field defined as SUMMARY type, and specify in the options that you want a COUNT.

(2) You want to total all of the values entered into a certain field. To do this, make a field defined as SUMMARY, and specify that you want a TOTAL for the field in question.

(3) You want to count how many times a specified value (say, 8 or "chocolate") occurs in a field. To do this, make a number or text field with the GLOBAL storage option on to hold the particular value whose number of occurrences you want to hold, and also make a "flag" calc field to show a 1 iff the value is identical to your global field. Then, you can create a SUMMARY field to total the values in your flag calc field.

If you do this last kind of count frequently, you might think about setting up an additional table with the most common values listed, and set up a relation that allows an instant confirmation of how many records in the main table include that value for that field...

Let us know if this misses your needs or needs further spelling-out.

  • Author

i means (3). but i dont know what did user enter. i want to know count of any value that user entered.

  • Author

i means (3). but i dont know what did user enter. i want to know count of any value that user entered not a specific value.

If you mean a count of the value entered in the current record, then you could create a self-relationship from the field to itself, then create a calc field equal to Count( relationship::serial ) and put this field on the layout.

  • Author

thanks. how if i want to use these values in a report automatically.

  • 3 weeks later...

dide you succeed sir?

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.