Here's some sample data he posted on Github:Sorry,
Can you be more clear? It's not clear to me what you are trying to accomplish.
| data | nuts2 | zona | zona_fill |
| 2020-11-09T17:00:00 | ITF1 | ||
| 2020-11-10T17:00:00 | ITF1 | arancione | arancione |
| 2020-11-11T17:00:00 | ITF1 | arancione | |
| 2020-11-12T17:00:00 | ITF1 | arancione | |
| 2020-11-20T17:00:00 | ITF1 | arancione | |
| 2020-11-21T17:00:00 | ITF1 | arancione | |
| 2020-11-22T17:00:00 | ITF1 | rossa | rossa |
| 2020-11-23T17:00:00 | ITF1 | rossa | |
| 2020-11-24T17:00:00 | ITF1 | rossa | |
| 2020-12-04T17:00:00 | ITF1 | rossa | |
| 2020-11-09T17:00:00 | ITF5 | rossa |
the column labeled "zona" has entries followed by some number of blank entries.
I believe he wants to create a column "zona_fill" that contains the last non-blank entry in "zona" that's above or equal the current row.
_______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
