<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi folk,<br>
    one question on visualization based on logic criteria.<br>
    I have a huge vectorial shp file (thousand of records). An example
    of attributes as following:<br>
    <u></u>
    <table style="border-collapse: collapse; width: 272pt;" width="363"
      border="0" cellpadding="0" cellspacing="0">
      <col style="width: 48pt;" width="64"> <col style="width: 30pt;"
        width="40"> <col style="width: 48pt;" width="64" span="3"> <col
        style="width: 50pt;" width="67"> <tbody>
        <tr style="height: 15pt;" height="20">
          <td class="xl65" style="height: 15pt; width: 48pt;" width="64"
            height="20">Shape</td>
          <td class="xl66" style="border-left: medium none; width:
            30pt;" width="40">A</td>
          <td class="xl66" style="border-left: medium none; width:
            48pt;" width="64">B</td>
          <td class="xl66" style="border-left: medium none; width:
            48pt;" width="64">C</td>
          <td class="xl66" style="border-left: medium none; width:
            48pt;" width="64">D</td>
          <td class="xl66" style="border-left: medium none; width:
            50pt;" width="67">COMBI</td>
        </tr>
        <tr style="height: 15pt;" height="20">
          <td class="xl65" style="height: 15pt; border-top: medium
            none;" height="20">Polygon</td>
          <td class="xl67" style="border-top: medium none; border-left:
            medium none;">0</td>
          <td class="xl67" style="border-top: medium none; border-left:
            medium none;">0</td>
          <td class="xl67" style="border-top: medium none; border-left:
            medium none;">3</td>
          <td class="xl67" style="border-top: medium none; border-left:
            medium none;">4</td>
          <td class="xl67" style="border-top: medium none; border-left:
            medium none;">0_0_3_4</td>
        </tr>
        <tr style="height: 15pt;" height="20">
          <td class="xl65" style="height: 15pt; border-top: medium
            none;" height="20">Polygon</td>
          <td class="xl67" style="border-top: medium none; border-left:
            medium none;">0</td>
          <td class="xl67" style="border-top: medium none; border-left:
            medium none;">0</td>
          <td class="xl67" style="border-top: medium none; border-left:
            medium none;">3</td>
          <td class="xl67" style="border-top: medium none; border-left:
            medium none;">0</td>
          <td class="xl67" style="border-top: medium none; border-left:
            medium none;">0_0_3_0</td>
        </tr>
        <tr style="height: 15pt;" height="20">
          <td class="xl65" style="height: 15pt; border-top: medium
            none;" height="20">....</td>
          <td class="xl65" style="border-top: medium none; border-left:
            medium none;">....</td>
          <td class="xl65" style="border-top: medium none; border-left:
            medium none;">....</td>
          <td class="xl65" style="border-top: medium none; border-left:
            medium none;">....</td>
          <td class="xl65" style="border-top: medium none; border-left:
            medium none;">....</td>
          <td class="xl65" style="border-top: medium none; border-left:
            medium none;">....</td>
        </tr>
      </tbody>
    </table>
    <br>
    There are 25 combination of the 4 fields A-B-C-D visualized by
    unique code in COMBI field.<br>
    I managed a mapfile like:<br>
    ...<br>
    &nbsp;LAYER<br>
    &nbsp;&nbsp;&nbsp; NAME "MH"<br>
    &nbsp;&nbsp;&nbsp; TYPE POLYGON<br>
    &nbsp;&nbsp;&nbsp; DATA "melanie/topo"<br>
    &nbsp;&nbsp;&nbsp; TRANSPARENCY 35<br>
    &nbsp;&nbsp;&nbsp; GROUP "MASCHERA"<br>
    &nbsp;&nbsp;&nbsp; STATUS ON<br>
    &nbsp;&nbsp;&nbsp; TEMPLATE "ttt"<br>
    &nbsp;&nbsp;&nbsp; CLASSITEM "COMBI"<br>
    &nbsp;&nbsp;&nbsp; CLASS<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXPRESSION "0_0_3_0"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 25 255 255 <br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 0<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>
    &nbsp;&nbsp;&nbsp; END<br>
    &nbsp; END<br>
    ....<br>
    I visualize in this way only the polygons with the value in COMBI
    field. I can obviously add same class expressions for every value I
    want. My doubt is:<br>
    if I need to visualize all the "n" combination available&nbsp; like
    differently "n" layers in a same view how can I do? I have to
    separate the original file in 25 shp layers (quite boring) or can I
    provide using only the original complete shp file?<br>
    Example on the layer tree:<br>
    <br>
    Thanks.<br>
    <br>
    Simone<br>
    <br>
    <div class="moz-signature">-- <br>
      <br>
    </div>
  </body>
</html>