I'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'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'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>