SetValueset
Posted: December 10th, 2021, 2:40 am
Hello team
I have an issue here; Have used setvalueset on District valuset so that it shows only specific district per each province. The code is working fine but on Android it is only displaying district for the first province. How can i solve this problem now that people are already collecting data.
here are sample logic:
PROC DISTRICT
preproc
if PROVINCE = 2 then
setvalueset(DISTRICT, DISTRICT_VS2)
elseif
PROVINCE = 3 then
setvalueset(DISTRICT, DISTRICT_VS3)
I have an issue here; Have used setvalueset on District valuset so that it shows only specific district per each province. The code is working fine but on Android it is only displaying district for the first province. How can i solve this problem now that people are already collecting data.
here are sample logic:
PROC DISTRICT
preproc
if PROVINCE = 2 then
setvalueset(DISTRICT, DISTRICT_VS2)
elseif
PROVINCE = 3 then
setvalueset(DISTRICT, DISTRICT_VS3)