Hello,
I am trying an approach to prenvet the enumerator from fill the same form towice, I made an (UUID) key using three variables, and I search this forum and applied the following logic: in the survey sheet:
type name label
xml-external survey calculation
calculate C3 concat(${gov},${res},${quarter_num})
calculate C1 Checking whether the enumerator count(instance('survey')/root/data[C3=
was involved in Round 1 Survey current()/../C3])
calculate C2 if(${C1}=1,'Yes',if(${C1}=2,'No','New'))
in the sitting sheet:
instance_name
concat("moh",${gov},"_res",${res},"_quarter",${quarter_num})
pricesQuarter
concat("المحافظة",${gov},"الباحث",${res},"الربع",${quarter_num})
there was an error while trying to check the form using (WebForm):"Failed to load data from"
Would you please help me.