<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 Matthieu,</p>
<p>It works, but slightly simpler ;-)</p>
<p>We don't need the calculation "n-length("my_number"), because the second parameter is the total string length.</p>
<p>Anyway, it works now for me and it is rather easy with lpad.</p>
<p>Thanks,</p>
<p>Andreas</p>
<p>On 2017-07-12 10:16, Mathieu Pellerin wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">
<div>Andreas,</div>
<div> </div>
<div>I think you're looking for: lpad("my_number",n - length("my_number"),0) </div>
<div> </div>
<div>Math</div>
</div>
<div class="gmail_extra"><br />
<div class="gmail_quote">On Wed, Jul 12, 2017 at 3:02 PM, Neumann, Andreas <span><<a href="mailto:a.neumann@carto.net">a.neumann@carto.net</a>></span> wrote:<br />
<blockquote class="gmail_quote" style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;">
<div style="font-size: 10pt; font-family: Verdana,Geneva,sans-serif;">
<p>Hi,</p>
<p>Is there a way in a QGIS expression to format numbers with leading zeros up to n places before the decimal point? E.g. 1 should be 00001, 10 should be 00010, etc.</p>
<p>I would need this for correct sorting.</p>
<p>I know, I could probably write a python expression, or something complicated with CASE WHEN, but I'd like to avoid that.</p>
<p>Perhaps something is already existing?</p>
<p>Andreas</p>
</div>
<br />______________________________<wbr />_________________<br /> QGIS-Developer mailing list<br /> <a href="mailto:QGIS-Developer@lists.osgeo.org">QGIS-Developer@lists.osgeo.org</a><br /> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer">https://lists.osgeo.org/<wbr />mailman/listinfo/qgis-<wbr />developer</a><br /> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer">https://lists.osgeo.org/<wbr />mailman/listinfo/qgis-<wbr />developer</a></blockquote>
</div>
</div>
</blockquote>
<p><br /></p>

</body></html>