Replies: 5 comments
-
IMG 2: PROJECT: |
Beta Was this translation helpful? Give feedback.
-
@CACG1022 , alright, there are quite a few issues in your project. The most important ones are:
When you are dissecting problems, make sure your project actually works in QGIS before you try it in QField. Your Archivos.zip didn't behave on latest QGIS 3.30, so it wouldn't work in QField. |
Beta Was this translation helpful? Give feedback.
-
hello @nirvn The inconvenience that it indicates could not be the real problem since if it is the only field with the alias POLIGON, additionally in the expression the layer and the field that is required to count are being specified and additionally I wanted to consult you because in previous versions like 2.7 .1 if it works correctly?. Regarding what it indicates to mark the value as default, I cannot do it because when a marker is modified, the information will be wrong since it is counting the existing markers in the current polygon. to rule it out I went back to do a new project in qgis 3.30 and the error persists When placing the consecutive numbering in the polygon in QGIS it works fine, but in Qfield it doesn't work I relate video of tests: PROJECT: test in qfield 2.7.6: -test.in.qfield.2.7.6.mp4test in Qgis 3.30 QGIS3.30.mp4 |
Beta Was this translation helpful? Give feedback.
-
wow thanks very good |
Beta Was this translation helpful? Give feedback.
-
The following is to report the following error since in previous versions the automatic counting of points worked correctly with versions 2.7.1 and 2.7.2 now with the new versions it stopped working.
The function listed the points located on the map sequentially, counting the points previously located for each polygon. The function used is the following:
Image 1 shows the error and Image 2 shows that in previous versions it worked correctly, I don't understand why the update fixes something but damages others; Image 3 shows how the function is configured in the CONSECUTIVE field and that it worked correctly in previous versions
aggregate(layer:='AGREGAR',aggregate:='count',
expression:="CONSECUTIV",filter:="POLIGONO"=attribute( @parent, 'POLIGONO'))+1
IMAGEN 1
![help1](https://user-images.githubusercont
IMAGEN 2
IMAGEN 3
![help3](https://user-images.githubusercontent.com/118937011/235369164-cd7c4c16-23b5-4d8f-8073-83abbb8e
Archivos.zip
4ac0.png)
ent.com/118937011/235368904-ed8476b9-0b0e-4728-9512-9374e829e683.png)
Beta Was this translation helpful? Give feedback.
All reactions