May 17, 200520 yr Newbies I have a repeating field with the entries "yes" and "no". I need to do a new layout for a report listing a calculation field using the COUNT function, counting the number of "yes" entries and also the number of "no" entries. What would be the syntax of this COUNT function? [email protected]
May 17, 200520 yr Let it be said that repeating fields is a wrong choice for storing real data, but instead have a role to play in utility tasks such as relation keys and layout part holders. Now I upload a poxy solution to you problem ...but tries eagerly to disuade you from ever using it in this particular form, instead should you make the same with relations and portal, since both Count( and Sum( works on both a list of fields as well as the same field repeated in a portal. --sd Sumofchecks.zip
Create an account or sign in to comment