I want to set up a form that allows to control the vegetation on plots. A plot can be checked several times during the year.
When collecting a new survey I would like to retrieve the date of the last control carried out on the plot with a pulldata on the feature layer of the form itself, like this:
pulldata("@layer","getValueAt","attributes.date_collecte",${feature_layer_id_parcelle},${Location})
My questions:
Can I know the last date of passage on a plot that has been visited several times? Can we do calculations in a pulldata ?
Can the pulldata query the form service itself? I think so, it's a service like any other.
Besides, it makes me think that this method can be used if you want to do an incrementation on continuous numbering like tree numbering (pulladat + 1)
So can we imagine making a
…,”attribute.max(value),”…
Thank you for your many feedback..
PoleSIG