Search found 25 matches

by vipul315singhal
November 3rd, 2015, 2:51 am
Forum: Entry
Topic: CAPI Question text from Multiple response
Replies: 6
Views: 6314

Re: CAPI Question text from Multiple response

Hi Josh,

Yes it is working.
Thanks Josh & Noel for your support. :)

Regards
Vipul
by vipul315singhal
November 2nd, 2015, 3:28 am
Forum: Entry
Topic: Assigning number of occurrence to variable
Replies: 3
Views: 2884

Re: Assigning number of occurrence to variable

Hi Justices,

It will be like
s2aSize = count(s1q4a where s1q4a > 5);

Regards
Vipul
by vipul315singhal
November 2nd, 2015, 3:21 am
Forum: Entry
Topic: CAPI Question text from Multiple response
Replies: 6
Views: 6314

Re: CAPI Question text from Multiple response

Hi Noel,

Thanks for the explanation. Yes, i want to display the information captured in Multiple response question somewhere else in CAPI Screen only. Is there any way to do that?

Regard
Vipul
by vipul315singhal
October 30th, 2015, 7:16 am
Forum: Entry
Topic: CAPI Question text from Multiple response
Replies: 6
Views: 6314

Re: CAPI Question text from Multiple response

Hi Josh, I tried to do so but it is not showing the response captured in the string. Can you please have a look in the attached demo file. If any correction required please let me know. Thanks & Regards You can declare a global logic variable that you use in the question text and assign the valu...
by vipul315singhal
October 29th, 2015, 6:16 am
Forum: Entry
Topic: CAPI Question text from Multiple response
Replies: 6
Views: 6314

CAPI Question text from Multiple response

Hi, I want to take the value/text(say it is on 4th position) of a muliple response variable into the CAPI window of single response. For single response we just took %variable name% , what if we have to take variable name of a specific position form multiple response question? Thanks in advance! Reg...