Home Forums Programming General grouping not grouping right(maybe?) RE: grouping not grouping right(maybe?)

  • There are 4 distinct combinations of intLandUseCode and intMixedLandUseCode.

    intLandUseCode intMixedLandUseCode

    -------------- -------------------

    1 0

    1 82

    49 0

    49 82

    To get this to only two lines, you will need to remove one of these two columns.

    Brian