Hi everyone,
I am experiencing an issue where a complex XPath calculation works perfectly on Enketo web forms but fails to retrieve/calculate any values when run on the KoboCollect Android app.
Following is the XPath formula i am using
instance(‘org’)/root/data[(normalize-space(${sp_business_id}) != ‘’ and bus_uuid = ${sp_business_id}) or (normalize-space(${spr_personbus_uuid}) != ‘’ and bus_uuid = ${spr_personbus_uuid}) or (normalize-space(${sp_busrole_id}) != ‘’ and bus_uuid = ${sp_busrole_id}) or (normalize-space(${sp_busci_id}) != ‘’ and bus_uuid = ${sp_busci_id})]/ntn
It works properly and fetch the value from “org” external file in enketo web form but does not fetch value in kobo collect android app
This is my xls form https://docs.google.com/spreadsheets/d/1PeyJkRanI7TXqz67uB-MbHDcslvi0Aj4JzDS0dhGNdg/edit?usp=sharing.
