ils.
>
>
> --
> Chris Hermansen ? clhermansen "at" gmail "dot" com
>
> C'est ma fa?on de parler.
> -- next part --
> An HTML attachment was scrubbed...
> URL:
> <http://lists.osgeo.org/pipermail/qgis-user/attachments/20210328/b694d48e/attachment-0001.html>
>
> --
>
> Message: 3
> Date: Sun, 28 Mar 2021 14:36:07 -0600
> From: David Strip
> To: Alexandre Neto , Tot?
>
> Cc: QGIS User
> Subject: Re: [Qgis-user] Fill-down with QGIS expressions
> Message-ID: <4d7f8e5f-abce-3622-270b-2bdaef328...@stripfamily.net>
> Content-Type: text/plain; charset="us-ascii"
>
> An HTML attachment was scrubbed...
> URL:
> <http://lists.osgeo.org/pipermail/qgis-user/attachments/20210328/b6668ee5/attachment-0001.html>
>
> --
>
> Message: 4
> Date: Sun, 28 Mar 2021 23:14:48 +0200 (CEST)
> From: bru...@mailbox.org
> To: "qgis-user@lists.osgeo.org"
> Subject: [Qgis-user] qgis with gdal 3.2
> Message-ID: <2110928188.14946.1616966088...@office.mailbox.org>
> Content-Type: text/plain; charset="utf-8"
>
> Hi everybody
>
> QGIS 3.16 and 3.18 are currently both shipped with gdal 3.1.4. When will gdal
> 3.2 be available in qgis? I'm looking forward to the new filegeodatabase
> index ability.
>
> Thank you!
> Greetings
> Bruno
> -- next part --
> An HTML attachment was scrubbed...
> URL:
> <http://lists.osgeo.org/pipermail/qgis-user/attachments/20210328/2f1ce120/attachment-0001.html>
>
> --
>
> Message: 5
> Date: Sun, 28 Mar 2021 14:34:10 -0700 (MST)
> From: Tot?
> To: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Fill-down with QGIS expressions
> Message-ID: <1616967250922-0.p...@n6.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> Alexandre Neto wrote
> > Sorry,
> >
> > Can you be more clear? It's not clear to me what you are trying to
> > accomplish.
>
> how to repeat the first non-null value down so that all cells are populated?
> this operation is called fill-down and in SQL I can get it like this:
>
> select b.data, b.rowid,
>b.zona, b.nuts2,
> (select a.zona
> from fill_down_es as a
> where a.rowid <= b.rowid
> and
> a.zona <> 'NULL'
> order by rowid desc limit 1 ) as zona_fill2
> from fill_down_es as b
>
> I'm looking for a way to do this with QGIS expressions.
>
> <http://osgeo-org.1560.x6.nabble.com/file/t378656/fill_down2.png>
>
>
>
> -
> https://pigrecoinfinito.com/
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
>
>
> --
>
> Message: 6
> Date: Sun, 28 Mar 2021 23:34:24 +0200
> From: J?rgen E. Fischer
> To: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] qgis with gdal 3.2
> Message-ID: <20210328213424.eehkwk3sulvrn...@norbit.de>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Bruno,
>
> On Sun, 28. Mar 2021 at 23:14:48 +0200, bru...@mailbox.org wrote:
> > QGIS 3.16 and 3.18 are currently both shipped with gdal 3.1.4. When will
> > gdal
> > 3.2 be available in qgis? I'm looking forward to the new filegeodatabase
> > index ability.
>
> You probably are referring to Windows. Try osgeo4w testing[0].
>
>
> J?rgen
>
> --
> J?rgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31
> Dipl.-Inf. (FH) Rheinstra?e 13 Fax. +49-4931-918175-50
> Software Engineer D-26506 Nordenhttps://www.norbit.de
> QGIS release manager (PSC) GermanyIRC: jef on FreeNode
> -- next part --
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 827 bytes
> Desc: not available
> URL:
> <http://lists.osgeo.org/pipermail/qgis-user/attachments/20210328/3c7c08b3/attachment-0001.sig>
>
> --
>
> Message: 7
> Date: Sun, 28 Mar 2021 14:38:13 -0700 (MST)
> From: Andrea Giudiceandrea
> To: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] qgis with gdal 3.2
> Message-ID: <1616967493643-0.p...@n6.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> brunos wrote
> > QGIS 3.16 and 3.18 are currently both shipped with gdal 3.1.4. When will
> > gdal 3.2 be available in qgis?
>
> Hi Bruno,
> what operative system are you using?
>
>