Page 1 of 1

HTML Listing Report and multiple value sets

Posted: October 16th, 2011, 5:56 am
by Guest
I have in my questionnaire a few questions with multiple value sets.
The command below works as long as the answer is within the first value set, but if on the second or third value set it will be blank.

Is it possible to change that?

PROC Q24_DEPT

filewrite(html," %s", getlabel ($,$));

Re: HTML Listing Report and multiple value sets

Posted: June 21st, 2012, 11:03 am
by lls
This seems to work fine

filewrite(html," %s%s",getlabel(Q24_DEPT_VS1,$),getlabel(Q24_DEPT_VS2,$));

Re: HTML Listing Report and multiple value sets

Posted: February 19th, 2015, 7:47 am
by qaadirbaloch
There is no way to create an .enc file for a batch application, like there is ?