HTML Listing Report and multiple value sets

Discussions about editing and cleaning data
Forum rules
New release: CSPro 8.0
Post Reply
Guest

HTML Listing Report and multiple value sets

Post 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 ($,$));
lls
Posts: 109
Joined: December 6th, 2011, 3:11 pm
Location: Geneva, Switzerland

Re: HTML Listing Report and multiple value sets

Post by lls »

This seems to work fine

filewrite(html," %s%s",getlabel(Q24_DEPT_VS1,$),getlabel(Q24_DEPT_VS2,$));
qaadirbaloch
Posts: 1
Joined: February 19th, 2015, 7:46 am

Re: HTML Listing Report and multiple value sets

Post by qaadirbaloch »

There is no way to create an .enc file for a batch application, like there is ?
Post Reply