Riccardo and list, On Tue, May 19, 2020 at 3:09 PM Riccardo D'Alvito <[email protected]> wrote:
> Hi! > I would like to have information about a problem that I have. > > In the attribute table I have three columns: COUNT which indicates the > name of the selected polygon, AREA_1 and AREA_2 which are two different > area values. > I would like to create a column called MAX_AREA that gives me the maximum > value between the two AREA_1 and AREA_2 values relating to the same polygon. > > In the calculator tool in the attribute table, add a new column of type "decimal number" and then use this formula to calculate it: maximum(area_1,area_2) -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler.
_______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
