Tengo un xlsform en el que estoy extrayendo la información de un feature service y en el xlsform tengo un campo llamado: seleccione_codigo, tipo select_one el cual extrae el atributo del feature service con la opciòn “search()”, hasta aqui, todo bien.
Ahora, necesito lograr que en el campo: “latitud”, tipo deecimal de mi xlsfom extraiga del mismo feature service del campo: “latitud”, la coordenada asociada al código que se selecciona en el campo: seleccione_codigo.
I have an xlsform in which I am extracting information from a feature service and in the xlsform I have a field called: seleccione_codigo, select_one type, which extracts the attribute from the feature service with the “search()” option, so far, everything is fine.
Now, I need to achieve that in the field: “latitud”, decimal type of my xlsform, it extracts from the same feature service of the field: “latitud”, the coordinate associated with the code that is selected in the field: seleccione_codigo.