1. What is the issue? Please be detailed.
Hi,
I'm currently working on a form to survey lizards populations. Every time an individual is seen, the operator needs to tick a box to activate a gps point (for 5 or 10m) or point it on the map. Later on the form, they also need to fill informations about environnemental variables. Altitude is one of them.
I wanted to find a way for altitude to be filled automatically using the previous gps point.
I used "number(selected-at(${point_auto_5}, 2)" at first, but then wanted to include "point_auto_10" and "point_gps" to it so the altitude would be filled for any of the 3 gps location options. I tried to use the logical operators "and" and "or", then the "+" like so :
number(selected-at(${point_auto_5}, 2) and number(selected-at(${point_auto_10}, 2) and number(selected-at(${point_gps}, 2)
and same operation without repeating "number(" but nothing works. I have to error but the altitude stays empty.
2. What steps can we take to reproduce this issue?
3. What have you tried to fix the issue?
I've read a lot of other similar topics but none of the solutions presented worked for me..
4. Upload any forms or screenshots you can share publicly below.
Here are some screenshots to help you picture the parts I'm talking about.
I hope I've been clear enough and thank you in advance for your help !