How to implement feature update in real time with a relation #5272
Replies: 2 comments
-
Hello @rosaguilar, It's best to avoid a virtual field and use an actual field instead. Could you try the expression below for real-time calculations? Also, ensure that you have the "Apply default value on update" activated:
If you could provide a sample of the project, it would help better. |
Beta Was this translation helpful? Give feedback.
-
Hi, @SeqLaz |
Beta Was this translation helpful? Give feedback.
-
I am looking for functionality in Qfield like the one described at
feature-live-update
I have defined some relations in my Qgis project and they are working well.
I need to sum all the "children" and validate that a certain attribute sum up to 100.
I created a virtual field, added it to the form, and used the expression below:
"perc" is an attribute of the "children".
This works well in QGIS but not in Qfield.
Any workaround? suggestions>?
Beta Was this translation helpful? Give feedback.
All reactions