Support 805.461.7300
Sales
Our Technology. Your Success.

Create an Excel file with count by State

ON ERROR com_message=message()
SET SAFETY OFF
com_alias=alias()
alter table alias() add column stcnt N(10)
SELECT st, count (st) as stcnt ;
from (com_alias) group by 1 into table FORCEEXT(DBF(),"")+"-st_count"
USE (FORCEEXT(DBF(),"")+"-st_count") IN 0 ALIAS "merge"
SELECT("merge")
copy to FORCEEXT(DBF(),"") type xls
SELECT(com_alias)
USE IN IIF(USED("merge"),SELECT("merge"),0)

« Back to Commands

I know that you are already aware of what a great staff you have but I wanted you to hear it from a very happy customer. We've been using Accuzip for just over a year and are really pleased with the product. Every time I contact customer support with a question or problem they are quick to help and every problem has been solved in one session.
R.M., Denver, CO