Search found 63 matches

by Saint
February 19th, 2017, 1:56 pm
Forum: Other
Topic: restrict barcode
Replies: 14
Views: 12335

Re: restrict barcode

Why would you want to bother to enter the first two characters if you know for certain that all valid BARCODES will start with SV?
by Saint
February 18th, 2017, 5:17 am
Forum: Entry
Topic: fin d'enregistrement
Replies: 2
Views: 2918

Re: fin d'enregistrement

You can put that variable as the last field on the last form.
by Saint
January 24th, 2017, 12:20 pm
Forum: Entry
Topic: skipping without loosing data
Replies: 2
Views: 3330

Re: skipping without loosing data

Move with advance will evaluate all the logic in-between the field on which the escape was pressed and the comment field. If some of these fields are numeric and have not been passed, then there is going to be a problem of invalid entries. What I will do is to put the comment field much earlier in t...
by Saint
January 21st, 2017, 3:04 am
Forum: Entry
Topic: CSPro CAPI with Network Sharing
Replies: 2
Views: 2918

Re: CSPro CAPI with Network Sharing

Hi Yanin,
Yes... that is possible. Would be good to have a uniform folder and file naming structure across the network, and then you can use fileconcat to do the concatenation with wildcards for the places where the file names would be different.
by Saint
January 20th, 2017, 7:56 am
Forum: Entry
Topic: Not Applicable
Replies: 5
Views: 5531

Re: Not Applicable

The only way out is to always use 'advance' instead of 'skip', and then have preprocs on all the variables that should be skipped based on condition that triggers the advance. If its a simple questionnaire, then bingo... else.... I would not try it.
by Saint
January 2nd, 2017, 7:34 am
Forum: Entry
Topic: Logic to Protect Field
Replies: 5
Views: 5080

Re: Logic to Protect Field

As far as I know, we do not 'protect' a field with logic. You can skip a field with logic. Would you ever have to enter something into Q2?
by Saint
November 23rd, 2016, 6:36 pm
Forum: Entry
Topic: using tablets for data collection
Replies: 2
Views: 2865

Re: using tablets for data collection

Once you have the files from the different tablets, you can CONCATENATE (see the options under tools) into one file and use for the export operation.
by Saint
November 23rd, 2016, 3:47 am
Forum: Entry
Topic: Call for help
Replies: 7
Views: 5252

Re: Call for help

Most welcome MarcOlivier. Happy to be of help so we grow the CSPro community!
by Saint
November 21st, 2016, 11:44 am
Forum: Entry
Topic: Call for help
Replies: 7
Views: 5252

Re: Call for help

By different items do you mean different variables? In that case you can turn on:

Code: Select all

set behavior() specialvalues(zero) on; 
In that case you can include all the variables in a normal sum equation, and the not applicable will evaluate to zero.
by Saint
November 9th, 2016, 5:39 pm
Forum: Entry
Topic: Counting elements in a Roster
Replies: 1
Views: 2575

Re: Counting elements in a Roster

Hi,
The count function should be helpful so check it out. To not count the duplicates, a bit more clarity is needed in order to help you. Is the variable numeric or alphanumeric? and where do you want to call the count function - after the roster or during the roster?