Search found 32 matches

by langitluna
April 17th, 2017, 1:10 pm
Forum: Entry
Topic: Type Value on Dictionary
Replies: 1
Views: 2993

Type Value on Dictionary

Greeting All Happy Easter On CS Pro, I am still beginner. Learning every day. Switching from others application that I know before like EPIData, QPS, SPSS Data Entry .. And with this CSPro I has been falling in love. My simple last project I build with CSPro. So cool. Perfecto. Very appreciated and ...
by langitluna
April 13th, 2017, 2:51 am
Forum: Editing
Topic: Batch to catch spesific Case ID
Replies: 10
Views: 12245

Re: Batch to catch spesific Case ID

Ahaa. Now it is worked. Thx my brother.
One question about this: in batch :
if I have a skewed data, I mean the data is unclean yet, ex bad record because off wrongly key in ; will effect to the output batch? thanx Gregory , .
by langitluna
April 12th, 2017, 12:29 pm
Forum: Editing
Topic: Batch to catch spesific Case ID
Replies: 10
Views: 12245

Re: Batch to catch spesific Case ID

Brother Josh

I have tried, but its not work.
I have attached the zip file. Would you please see it.

//In DATA_ALL.DAT has 10 cases with ID (RESP_ID): 1,2,3,10,22,99,97,56,21,50
//I want only this ID : 1, 3, 10, 50, 97 DATA_OUTPUT.dat
by langitluna
April 12th, 2017, 12:40 am
Forum: Editing
Topic: Batch to catch spesific Case ID
Replies: 10
Views: 12245

Re: Batch to catch spesific Case ID

Brother Josh

>>You can use the skip case command to skip the cases that you don't want:
=============
if not case_id in 1, 3, 10, 50, 97 then skip case;
endif;
==============

Yes this logic perfectly well.

What if I want only case_id 1, 3, 10, 50, 97 ?

Thx
by langitluna
April 11th, 2017, 10:45 pm
Forum: Editing
Topic: Batch to catch spesific Case ID
Replies: 10
Views: 12245

Re: Batch to catch spesific Case ID

Brother Josh
Thx you very much. Can this such logic I add in batch to:
- delete the case
- Separate the case by other fields like demographic field ex city, age etc
So the logic would be like : if city in 1, 2 then skip case
Thx and very appreciate
by langitluna
April 11th, 2017, 11:41 am
Forum: Editing
Topic: Batch to catch spesific Case ID
Replies: 10
Views: 12245

Re: Batch to catch spesific Case ID

Hi Josh
i mean I want to get the output of entry result with particular case Id, all fields within dictionary.
So if I have 100 cases on output.txt with case _I'd 1 - 100.:
What if I want only cases with case_id: ex 1 , 3, 10,50,97. The output on entry mode only that case.
Thanks Josh
by langitluna
April 11th, 2017, 5:18 am
Forum: Editing
Topic: Batch to catch spesific Case ID
Replies: 10
Views: 12245

Batch to catch spesific Case ID

Greeting All

Anyone can give me example of batch to catch only particular case base on case ID (as unique one) ?
My case id field name : Case_ID. I want to catch some cases for only some specific cases.
Ex Case_id 10,13,12,100 on output.dat

Your help very appreciate.

Thank you
by langitluna
April 11th, 2017, 5:12 am
Forum: Entry
Topic: Dictionary Changes during Data Entry Process
Replies: 2
Views: 3403

Re: Dictionary Changes during Data Entry Process

thanks Josh. I got it now.
by langitluna
April 8th, 2017, 8:14 am
Forum: Entry
Topic: Dictionary Changes during Data Entry Process
Replies: 2
Views: 3403

Dictionary Changes during Data Entry Process

Good Evening forum I hope you all fine over there. I need you all help me. Thanks alot. My Data entry has been on progress for sometimes and I just realized that some fields need to add and some change. I have three times changed the dictionary, during data entry process. On 30% progress, 50 % and 9...
by langitluna
January 13th, 2017, 7:08 am
Forum: Entry
Topic: Syntax If on Occurrences Variable
Replies: 26
Views: 19079

Re: Syntax If on Occurrences Variable

Dear Arshad The logic is working fine. Can I just skip to FQX(3) after FQO rather than on last position on FQX? Ss, If value I must enter on FQX are: 1,4,3,6 then : After 4 (that: if FQX=4 then skip to FQO), then type specified on FQO, then back to FQX. Your logic would skip to FQX(2) which is the l...