<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi Grant,</p>
<p>It is simply</p>
<p>maximum("fieldname")</p>
<p>or</p>
<p>maximum(expression)</p>
<p>e.g.</p>
<p>maximum($length)</p>
<p>would give you the longest length of a linestring layer.</p>
<p>There are also group_by or filter clauses, but in your case I think you don't need those.</p>
<p>Andreas</p>
<p id="reply-intro">On 2020-06-26 04:19, Grant Boxer wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">I am trying to find out the best way to select the highest values in a set of drill holes as well as the bottom of hole values. The files contain drill hole id, depth from, depth to and assay values. If have tried the maximum function but I don't think I have the syntax correct. Anyone have any suggestions?<br /><br />_______________________________________________<br /><span style="white-space: nowrap;">Qgis-user mailing list</span><br /><span style="white-space: nowrap;"><a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a></span><br /><span style="white-space: nowrap;">List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank" rel="noopener noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></span><br /><span style="white-space: nowrap;">Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank" rel="noopener noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></span></div>
</blockquote>
<p><br /></p>

</body></html>