Search the web
Sign In
New User? Sign Up
Maptitude
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3179 - 3208 of 3971   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3179
I have done a "Merge by Value" to group all my records with the same value (store number). However, how do I get a count of how many records were grouped into...
Chandler Coleman
chan_cole
Offline Send Email
May 2, 2006
8:31 pm
3180
... Use a formula field with a value of 1, and add that field in the Attribute Settings dialog box. Peter ... Peter H. Van Demark Director of GIS Products and...
Peter H. Van Demark
petervandemark
Offline Send Email
May 2, 2006
8:46 pm
3181
AggregateTable("Counting","Customers|Customerview", "DBASE", "H:\\GIS\\ToCount.dbf","Storenbr",{{"Sales","min",}, {"Sales","max",}},null) ...
Chandler Coleman
chan_cole
Offline Send Email
May 3, 2006
4:54 pm
3182
AggregateTable actually leaves the table open, but you won't see it unless you use File->New->Dataview or CreateEditor. Try like this: result = ...
Marcos
marsze
Offline Send Email
May 3, 2006
7:39 pm
3183
I apologize if this is the second email on this subject, but I don't think my first one went through. I am curious if anyone has some DK that illustrates how...
Chandler Coleman
chan_cole
Offline Send Email
May 4, 2006
9:52 pm
3184
Does anyone have a good example of DK that illustrates how scroll works in the dbox function. My dialog box is not showing any of the variables from a view...
Chandler Coleman
chan_cole
Offline Send Email
May 4, 2006
9:56 pm
3185
I am using the FindString() function. The Help Example: result = FindStrings({"alpha", "zipcode", "zip"}, { {"<z", ">a"}, {"=gamma", "<code", "=AlpHa"} }, ) //...
Chandler Coleman
chan_cole
Offline Send Email
May 10, 2006
3:41 pm
3186
Hi everybody: I am a new TransCAD's user and I have heard thar TransCAD and Maptitude use similar GISDK languages, even the same. Well, I have problems with...
Alejandro Salvador
alexsal_80
Offline Send Email
May 15, 2006
9:42 pm
3187
I'm using the function CreateEditorByQuery whith an easy query whit GROUP BY clause In the Maptitude Help there is an clear example about this function whit ...
/-\ ® | < L € ...
arianacleta
Offline Send Email
May 17, 2006
2:47 pm
3188
Hello all, I get my selection just fine when I am doing a "Select by Location" function (pt in polygon). For example, I get all the pts that are within the...
Chandler Coleman
chan_cole
Offline Send Email
May 22, 2006
8:54 pm
3189
Most of the work I do ends up being a database for someone else to use outside of Maptitude. So I always end up adding a field to the points table and doing...
Chris Wagner
cjwagnersr2000
Offline Send Email
May 22, 2006
9:29 pm
3190
This doesn't work either, because that point might exist in several polygons. __________________________________________________ Do You Yahoo!? Tired of spam?...
Chandler Coleman
chan_cole
Offline Send Email
May 22, 2006
10:49 pm
3191
if you don't mind using the DK then the following psuedo-code should be pretty straight-forward to implement...the result will be a comma seperated text file...
Dave Twehues
dtwehues
Online Now Send Email
May 22, 2006
11:22 pm
3192
I am really confused qhy this can't be sone with a simple query. This is a one minute process in MapInfo. Anyone at Caliper want to chime in? ...
Chandler Coleman
chan_cole
Offline Send Email
May 22, 2006
11:54 pm
3193
Does anyone have experience with creating batch maps for different geographic locations based on a single template? I need to create maps for thousands of...
Ned Hawley
moonmullins85
Offline Send Email
May 23, 2006
1:20 am
3194
Hi Group: In Maptitude 4.7 there is a tool Marketing-Utilities-District Reports. This does not produce maps but allows you to batch print different area ...
Stewart Berry
sb_caliper
Offline Send Email
May 23, 2006
1:42 pm
3195
Chandler, Your goal is to correlate information in an area layer for each point, so working with the point layer is the way to go. This task is made simple in...
Tracy Horgan
horgantracy
Offline Send Email
May 23, 2006
2:55 pm
3196
Isn't this just tagging 1 field?...if the point is in more than 1 area this won't give the desired resutls _____ From: Maptitude@yahoogroups.com...
Dave Twehues
dtwehues
Online Now Send Email
May 23, 2006
4:47 pm
3197
Ned, It sounds like your first step is to define clearly the limits of each city If you have got a polygon layer with city limits, then you will be able to...
armando@...
a_scalise2002
Offline Send Email
May 24, 2006
5:20 am
3198
Armando: I appreciate the information, but my goal is not data aggregation. Rather, it is to automate the process of creating and saving thousands of...
Ned Hawley
moonmullins85
Offline Send Email
May 24, 2006
5:56 am
3199
If the boundaries of your cities are welll defined, then all you need to do is a Selection on those cities you want to print, and then use Disctric report...
armando@...
a_scalise2002
Offline Send Email
May 24, 2006
6:23 am
3200
To our Maptitude Users: Caliper is pleased to announce that the DVD Version of Maptitude 4.8 is now shipping. Maptitude 4.8 has many new features and data....
Stewart Berry
sb_caliper
Offline Send Email
May 24, 2006
1:45 pm
3201
Ned, Try this out in the DK immediate execution box. I recommend trying it with a small selection set first, to test it out. It requires that you have a ...
Jason Black
mogop2002
Offline Send Email
May 24, 2006
3:11 pm
3202
Estimada Ariana: Yo uso TransCAD y estoy scrito en el grupo de Maptitude. Solo se que estos programas son similares en el código, por qué no tratas con lo...
Alejandro Salvador
alexsal_80
Offline Send Email
May 25, 2006
3:08 pm
3203
The same error =( El mismo error!! Thanks!! Gracias ... De: Alejandro Salvador Fecha: 05/25/06 12:10:04 Para: arianacleta@... CC:...
/-\ ® | < L € ...
arianacleta
Offline Send Email
May 26, 2006
12:55 pm
3204
Hi, Does someone knows if is possible to recover a source code (rsc file) form a compiled gisdk files ( .dbd, .1, .2, .3..). I lost my .RSC and I need to make...
jtneotag
Offline Send Email
May 30, 2006
7:35 pm
3205
... There is no way to reverse compile a UI database (.dbd, .1, .2, .3..) back to a resource (.RSC) file. I hope that you can find some remnant of the source...
Peter H. Van Demark
petervandemark
Offline Send Email
May 30, 2006
9:02 pm
3206
I have used two functions: GetMapLayers(, "Point") GetMapLayers(, "Active") I now have an array with 43 elements and another with 6. I want to now compare the...
Chandler Coleman
chan_cole
Offline Send Email
May 31, 2006
10:55 pm
3207
Chandler, You can loop over one array and remove from it any elements that don't occur in the other one. {a, } = GetMapLayers(, "Point") {b, } = GetMapLayers(,...
Kjartan Stefansson
kjartanstefa...
Offline Send Email
Jun 1, 2006
12:59 pm
3208
Thanks. This work exactly how I needed it to do. Question, in your example you use: {a, } = GetMapLayers(, "Point") {b, } = GetMapLayers(, "Active") Setting...
Chandler Coleman
chan_cole
Offline Send Email
Jun 1, 2006
3:46 pm
Messages 3179 - 3208 of 3971   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help