![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Hi again. I am not trying to count across records. I am actually trying to count within one record. Each fish collection is a record. I may have 100 fish in one record. Unfortunately, I have not figured out how to total columns in a portal within a record. I want to know, withing one record, how many of my fish I caught are bottom feeders. With that total number, I can calculate "benthic fluvial specialists". Any help would be great! Is this even possible within one record? STabit Perhaps in this case a repeating field can help. Normally I would advise against yusing them, but in this case it might just do what you need. Create a number field many repetitions as you need. MyField Number;repeating Create a calculation cMyTotal <number ; Sum ( MyField ) when you have filled all the repetitions you need you see the total of all the fish in the cMyTotal field Hpe this helps Keep well, Ursus |
#12
| |||
| |||
|
|
On Apr 1, 3:58 pm, "Ursus" <ursus.k... (AT) wanadoo (DOT) nl> wrote: Hi again. I am not trying to count across records. I am actually trying to count within one record. Each fish collection is a record. I may have 100 fish in one record. Unfortunately, I have not figured out how to total columns in a portal within a record. I want to know, withing one record, how many of my fish I caught are bottom feeders. With that total number, I can calculate "benthic fluvial specialists". Any help would be great! Is this even possible within one record? STabit Perhaps in this case a repeating field can help. Normally I would advise against yusing them, but in this case it might just do what you need. Create a number field many repetitions as you need. MyField Number;repeating Create a calculation cMyTotal <number ; Sum ( MyField ) when you have filled all the repetitions you need you see the total of all the fish in the cMyTotal field Hpe this helps Keep well, Ursus REPEATING FIELDS WORKED!!!!!! |
![]() |
| Thread Tools | |
| Display Modes | |
| |