Advanced itinerary

Advanced itinerary

The original version of this document is located at at https://docs.qfield.org/how-to/itinerary

Advanced Itinerary

This feature is used to inspect a list of objects that match a certain criteria. You may then navigate through these features with arrows and verify their status or adjust attributes as required.

Configure An Itinerary

:material-monitor: Desktop preparation

To define an itinerary to review you will need to use the python console for the moment. You can use any QgsExpression to define the review list. Select the desired layer in the legend and use the following python code to add the itinerary to the QGIS project.

python l=iface.activeLayer() l.setCustomProperty('qgisMobile/itinerary', 'status <> 1')

    • Related Articles

    • Advanced Setup

      The original version of this document is located at https://docs.qfield.org/get-started/tutorials/advanced-setup-qfc Advanced setup guide Note We have a community discussion platform to discuss your questions, doubts and ideas. Do not hesitate to ...
    • External routing

      The original version of this document is located at https://docs.qfield.org/how-to/external-routing External routing It can come in handy to calculate an itinerary to one of your features in the field. By an easy configuration of your attribute form ...
    • Secrets

      The original version of this document is located at https://docs.qfield.org/reference/qfieldcloud/secrets Secrets Secrets are Project settings that are securely stored in an encrypted way. Jobs will automatically have access to project’s secrets. ...
    • Processing Algorithms

      The original version of this document is located at https://docs.qfield.org/how-to/processing Processing Algorithms QField offers access to a number of processing algorithms to modify digitized features and their geometries. Showing available ...
    • Get Started with QFieldCloud

      The original version of this document is located at https://docs.qfield.org/get-started/tutorials/get-started-qfc Getting started guide Note We have a community discussion platform to discuss your questions, doubts and ideas. Do not hesitate to check ...