[mapguide-users] MapGuide/Maestro IF function not recognised in Tooltip or Hyperlink expression editor

2015-01-05 Thread lucvanlinden
Hi I wanted to evaluate a property for its null value. If not NULL then set a hyperlink using that value. In the Maestro expression editor, the IF function can be used. However this is not recognized by mapguide and read literally. for example IF (myproperty NULL, 'Nothing', Concat('mylink',

Re: [mapguide-users] MapGuide/Maestro IF function not recognised in Tooltip or Hyperlink expression editor

2015-01-05 Thread lucvanlinden
Windows Mapguide 2.6.1 Maestro 6.0a3 -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-Maestro-IF-function-not-recognised-in-Tooltip-or-Hyperlink-expression-editor-tp5180026p5180027.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] MapGuide/Maestro IF function not recognised in Tooltip or Hyperlink expression editor

2015-01-05 Thread Rémy Gourrat
i think it miss a right parenthesis in your expression and I think you must quote your expression like this, I validate this with MapGuide 2.5.2 IF('NOT LIBELLE2 NULL',CONCAT (LIBELLE1, LIBELLE2),'Nothing') ) Rémy De : lucvanlinden [via OSGeo.org]