Jump to content

OMIT -PROBLEM


ruby

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

Recommended Posts

  • Newbies

YES -I'M NEW IN TOWN.

Soory -

ok -

i'm trying to make a counter of recoreds (BY first- letter name)

and then to make a list how many names

i have in each First letter.

i was using the omit command but it's

look like skiping recored.

i try some way's LIKE -go to prev..

after the omit but nada.

CAN'T SLEEP WELL smile.gif

IF SOMEONE CAN SHOW ME THE "TRICKY-SCRIPT" ??

THANK'SSSSSSS

Link to comment
Share on other sites

I'm not sure why you need the Omit command. To count names by the first letter, create the fields:

FirstLetter (calculation, text) = Left(Trim(Name), 1)

CountLetter (Summary, Count of FirstLetter)

Create a Layout with:

1) A Header

2) A Subsummary part by First Letter

3) A Footer

No Body part. Place the FirstLetter and CountLetter field in the Subsummary part. Sort by FirstLetter and Preview or Print.

-bd

Link to comment
Share on other sites

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