Capturing same entry

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
Socio
Posts: 48
Joined: May 1st, 2017, 4:47 am

Capturing same entry

Post by Socio »

Dear members

I would like to know how to capture the same entry of a variable in another variable

Eg.
Q1. 2 (recorded as 2 response)
Q2.
Q3.
Q4. (I want the same response “2” o Q1 automatically).

Thanks.
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Capturing same entry

Post by josh »

You can simply assign Q1 to Q4 in the preproc of Q4.
PROC Q4
preproc

Q4 = Q1;
If you don't want the user to be able to modify the value you can set the field to protected by right clicking on the field and choosing field properties.
Socio
Posts: 48
Joined: May 1st, 2017, 4:47 am

Re: Capturing same entry

Post by Socio »

Thank you Josh
Post Reply