I&#39;m using a PostGIS database as the DATA source for a mapfile layer and rendering dynamic labels using MapServer expressions:<br>TEXT ([columnName])<br><br>I&#39;d like the label to be uppercase, is there any way to transform the column text using MapServer expressions, or to trick MapServer into selecting the column with UPPER(columnName)? I&#39;m fearful that this might mean reworking how the whole process works and not using a simple mapfile approach any more.<br>
<br>- Tim<br>