I would like to make a report that would list all the counties in our database, but not list one county more than once. Is this possible? I am not familiar with making reports yet, a push in the right direction would be helpful.
Thanks.
Thanks guys. I appologize for not posting, I found the public.goldmine6.general support news forum and have received a lot of help through there. We changed out Country field to County since we only do biz in Wisconsin.
well then, this query shoudl do the trick for you:
Go to Lookup|SQL Queries and enter:
select distinct(country), count(country) from contact1 group by country
Then, once the results return, you can right-click inthe results area and select Output to->Excel and play with / print the results in Excel, if necessary.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.