Jason,
You can easily do this in a simple sql, that you can type in the MapBasic
Window:
Select YourColumn, Count(*) from YourTable GroupBy YourColumn order by
YourColumn into RESULT
Browse * from RESULT
Cheers !
Dany Bouchard
DBx Geomatics
38 de l'Orbite
Hull, Québec
Canada
J9A 3C7
Tel: (819) 743-3870
Fax: (819) 775-3264
Email: [EMAIL PROTECTED]
WWW: http://www.dbxgeomatics.com
-----Original Message-----
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: 25 mai, 1999 16:27
Subject: MI Frequency tool
>
>
>
>Greetings,
>
> I was wondering if anyone had a free MapBasic tool (including the
>source code) that can take any column/item and show how many occurrences of
>its attributes there are in all the records and how many times each
>instance occurs. Basically, a tool that has the same functionality as the
>ArcInfo FREQUENCY command.
>
>Thank you,
>Jason Ramirez
>GIS Analyst
>[EMAIL PROTECTED]
>PrimeCo Personal Communications, L.P.
>
>
>----------------------------------------------------------------------
>To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
>"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
>
You can easily do this in a simple sql, that you can type in the MapBasic
Window:
Select YourColumn, Count(*) from YourTable GroupBy YourColumn order by
YourColumn into RESULT
Browse * from RESULT
Cheers !
Dany Bouchard
DBx Geomatics
38 de l'Orbite
Hull, Québec
Canada
J9A 3C7
Tel: (819) 743-3870
Fax: (819) 775-3264
Email: [EMAIL PROTECTED]
WWW: http://www.dbxgeomatics.com
-----Original Message-----
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: 25 mai, 1999 16:27
Subject: MI Frequency tool
>
>
>
>Greetings,
>
> I was wondering if anyone had a free MapBasic tool (including the
>source code) that can take any column/item and show how many occurrences of
>its attributes there are in all the records and how many times each
>instance occurs. Basically, a tool that has the same functionality as the
>ArcInfo FREQUENCY command.
>
>Thank you,
>Jason Ramirez
>GIS Analyst
>[EMAIL PROTECTED]
>PrimeCo Personal Communications, L.P.
>
>
>----------------------------------------------------------------------
>To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
>"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
>
