SUM: MI-L Label Expressions

2005-06-20 Thread Paul Smith
Excellent, A subset of points can be labelled based on their value in a column with the use of "Label Expressions" Left$(Str$(FIELDNAME), Int(FIELDNAME Mod 25 = 0) * Len(Str$(FIELDNAME))) 'Picks Every point with Value divisible by 25 Left$(Str$(FIELDNAME), Int(FIELDNAME Mod 25 <> 0) * Len(Str$(F

RE: MI-L Label expressions

2002-01-11 Thread Warren Vick, Europa Technologies Ltd.
chnologies Ltd. http://www.europa-tech.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Friday, January 11, 2002 10:13 AM To: [EMAIL PROTECTED] Subject: MI-L Label expressions Hello all, I have some entries in a field, separated w

MI-L Label expressions

2002-01-11 Thread Mark . Percival
Hello all, I have some entries in a field, separated with a comma, which I would like to have in a label. I can put the line in using an 'expression' (it appears with other fields using the Chr$(10) line feed) but I would like each entry after a comma from the same field to appear on a separate l

RE: MI-L Label Expressions

2001-09-24 Thread Martin Roundill
From: Dr. Franz-Josef Behr [mailto:[EMAIL PROTECTED]] Sent: Saturday, 22 September 2001 01:07 To: MapInfo-L Subject: Re: MI-L Label Expressions One additional possibility: For labeling only if an attribute matches e x a c t l y some text, use: Left$(ColumnX,(1-Abs(StringCompare(Str$(Colu

Re: MI-L Label Expressions

2001-09-21 Thread Dr. Franz-Josef Behr
One additional possibility: For labeling only if an attribute matches e x a c t l y some text, use: Left$(ColumnX,(1-Abs(StringCompare(Str$(ColumnY), "criteria"")))*254) See the mail from Dmitry Bogdanov, http://testdrive.mapinfo.com/tdc/mapinfo-l.nsf/1fcc8c6e8c3268b88525644200498df0/7f7df8bd

Re: MI-L Label Expressions

2001-09-20 Thread Neil Moseley
quot;)*255)) Neil Moseley Geodata Computing Services http://members.iinet.net.au/~mose/ - Original Message - From: "Steve Carlsson" <[EMAIL PROTECTED]> To: "MapInfo-L" <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 10:34 AM Subject: MI-L Label

RE: MI-L Label Expressions

2001-09-20 Thread Jacques Paris
EMAIL PROTECTED] MapInfo/MapBasic support http://www.paris-pc-gis.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Carlsson Sent: September 19, 2001 22:34 To: MapInfo-L Subject: MI-L Label Expressions Hi Listers Is it possible to use an If Then statemen

Re: MI-L Label Expressions

2001-09-19 Thread Russell Mincher
L" <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 4:06 PM Subject: Re: MI-L Label Expressions > Sadly, no. At least that is what I was told by MI tech support about 6 months > ago. No such thing as a conditional label. > > Cameron > > Steve Carlsson wrote: >

Re: MI-L Label Expressions

2001-09-19 Thread Taylor, Michael Graham
If only they would implement an inline if statement. I'm sure that this has been asked for before (around version 5.0?) but the response was just a snippet of code. Great if you are creating a MBX, not so great if you just want to do something within MIPro without writing code. As far as doing

Re: MI-L Label Expressions

2001-09-19 Thread Cameron Crum
Sadly, no. At least that is what I was told by MI tech support about 6 months ago. No such thing as a conditional label. Cameron Steve Carlsson wrote: > Hi Listers > > Is it possible to use an If Then statement in labelling. > > Obviously we can use an expression to label with more than one col

MI-L Label Expressions

2001-09-19 Thread Steve Carlsson
Hi Listers Is it possible to use an If Then statement in labelling. Obviously we can use an expression to label with more than one column. The question is can we create an expression that will label: IF the value in one collum is > than x THEN use label from another column (same row)? EG I

Re: MI-L Label expressions again (min max)

2001-01-24 Thread Trey Pattillo
  To ME or not to ME, that is the question.For some it will be to Whistleand indure the thorns and thistle.For me it is not to ME, but to NT,The OS for ME ! - Original Message - From: David Reid To: MapInfo-L Sent: Wednesday, 24 January, 2001 12:42 Subject:

MI-L Label expressions again (min max)

2001-01-24 Thread David Reid
Greetings list, Now that I have once again pulled my hair out over an issue, I call on the list for help :) I'm trying to create an auto label expression that will label with the minimum of two columns (fromleft fromright) yet return the number greater than 0 if there is such a number. (ie Mini

RE: MI-L label expressions

2001-01-11 Thread Will Mitchell
inal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kaiser, Amy, SSA Sent: Wednesday, January 10, 2001 7:40 PM To: '[EMAIL PROTECTED]' Subject: MI-L label expressions Can someone tell me what is wrong with the following expression? High_school ":" +

Re: MI-L label expressions

2001-01-11 Thread peter_walsh
Sent by: cc: [EMAIL PROTECTED]Subject: MI-L label expressio

RE: MI-L label expressions

2001-01-10 Thread Stephen White
Original Message- From: Stephen White Sent: Thursday, January 11, 2001 12:12 PM To: 'Kaiser, Amy, SSA'; '[EMAIL PROTECTED]' Subject: RE: MI-L label expressions Amy, you are missing a + sign after High_School >>High_school ":" + Readin

RE: MI-L label expressions

2001-01-10 Thread Stephen White
aiser, Amy, SSA [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 10:10 AM To: '[EMAIL PROTECTED]' Subject: MI-L label expressions Can someone tell me what is wrong with the following expression? High_school ":" + Reading "," + Math "," + Langu

MI-L label expressions

2001-01-10 Thread Kaiser, Amy, SSA
Can someone tell me what is wrong with the following expression? High_school ":" + Reading "," + Math "," + Language I am trying to create a label that looks like this: Skyline High School: 57, 67, 93 where the above numbers represent a test score for each of three columns...reading, m