<div dir="ltr"><div>Hi Lester.<br><br></div>I think you're close to do it. Try this label expression:<br><div><br><div style="margin-left:40px">case when "ELEV"%1000=0 then "ELEV" end<br></div><br></div><div>Good luck <br><br></div><div>Carlos<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-08-18 7:49 GMT-05:00 Lester Anderson <span dir="ltr"><<a href="mailto:arctica1963@gmail.com" target="_blank">arctica1963@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Is there a simple way of labelling only certain contours rather than all?<br>
<br>
I have set up bathymetry styling for thick contours (1000) and thin (100):<br>
"ELEV" % 1000 = 0  (thick)<br>
"ELEV" % 1000 <> 0 (thin)<br>
<br>
I would like to label only the 1000 contours, i.e. conditional labelling.<br>
<br>
Thanks<br>
______________________________<wbr>_________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a></blockquote></div><br></div>