On 1/17/06, Tony Baylis <[EMAIL PROTECTED]> wrote: > Afternoon all > > I have a large table with a numeric field I need to label BUT it > contains many zero values. I do not wish to label the zeroes. Can you > use an expression in the label tool such as: > > If FIELD>0 Then FIELD > > If this does not work does anyone have any other work around? > > Cheers > > Tony
Do a query like: where: FIELD>0 into: NOT0 Add NOT0 as a layer into your mapper, and label it. Rich -- Richard Greenwood [EMAIL PROTECTED] www.greenwoodmap.com _______________________________________________ MapInfo-L mailing list [email protected] http://www.directionsmag.com/mailman/listinfo/mapinfo-l
