<div dir="ltr">Hi Grant,<div>how are you selecting and how is your data stored?</div><div>If the drill hole values are in some sort of sql database then you could ORDER BY "value" descending then SELECT DISTINCT drillhole to get a unique value for each drillhole.</div><div>My SQL is rusty and this is pretty vague.</div><div><br></div><div>Matt</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 26, 2020 at 12:19 PM Grant Boxer <<a href="mailto:boxerg@iinet.net.au">boxerg@iinet.net.au</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I am trying to find out the best way to select the highest values in a <br>
set of drill holes as well as the bottom of hole values. The files <br>
contain drill hole id, depth from, depth to and assay values. If have <br>
tried the maximum function but I don't think I have the syntax correct. <br>
Anyone have any suggestions?<br>
<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></blockquote></div>