Search found 33 matches

by Stavros
November 17th, 2014, 11:16 am
Forum: Editing
Topic: Issue with exporting Data - Dictionary only for reading?
Replies: 1
Views: 4403

Re: Issue with exporting Data - Dictionary only for reading?

Hi all,

problem solved! apparently someone had set the properties of the folder to Read only
by Stavros
November 17th, 2014, 9:21 am
Forum: Editing
Topic: Issue with exporting Data - Dictionary only for reading?
Replies: 1
Views: 4403

Issue with exporting Data - Dictionary only for reading?

Hi, I wanted to export some data from the first days of the interviews in order to have a look at them, but as soon as I click Run at the Export application I receive the following messages. Any idea why? https://www.dropbox.com/s/plze41ku9usyzes/Screenshot%202014-11-17%2015.18.31.png?dl=0 https://w...
by Stavros
November 17th, 2014, 9:14 am
Forum: Entry
Topic: Runtime error!
Replies: 3
Views: 4142

Re: Runtime error!

Hi Gregory, Unfortunately, I cannot send you my application mainly due to restrictions of the survey and because the application uses non-anonymous data from 2011. I managed to solve my issue. The problem was when creating the logic for the new pff file, I used "endlevel" before "stop...
by Stavros
November 10th, 2014, 10:08 am
Forum: Entry
Topic: Runtime error!
Replies: 3
Views: 4142

Runtime error!

Hi all, I am have created a program for a survey in which each Section is a different application. At the end of each section there is a navigation question and the logic used behind is based on the example of the Metro Survey. However every first time that I choose to which section to go a keep get...
by Stavros
November 3rd, 2014, 7:19 am
Forum: Entry
Topic: Partial saved case and error messages
Replies: 0
Views: 14370

Partial saved case and error messages

Hi all,

Is there a way when you open a partially saved case, and go to the last position, not to have repeating (re-appearing) the error messages of the program? either them are used to exit a roster or used as instructions to the interviewer?

Best,
Stavros
by Stavros
October 27th, 2014, 8:56 am
Forum: Entry
Topic: Construct array based on 6 questions
Replies: 0
Views: 14308

Construct array based on 6 questions

Hi all, I am trying to create an array which is based on answers given in 6 questions. The question is basically the same but repeated 6 times in a roster. Also, the question has 2 different value_sets based on answer given in previous question. if OLD_CASE then if COMPANY = 1 then setvalueset (Q206...
by Stavros
October 24th, 2014, 8:31 am
Forum: Entry
Topic: value label in CAPI
Replies: 2
Views: 4032

Re: value label in CAPI

Hi all, I managed to solve my issue. At the end it was quite easy. I created a string variable at the global procedure called Gender and I defined it at the postproc of GENDER. So for example PROC GENDER postproc if GENDER = 1 then Gender = "MALE"; elseif GENDER = 1 then Gender="FEMAL...
by Stavros
October 20th, 2014, 11:25 am
Forum: Entry
Topic: value label in CAPI
Replies: 2
Views: 4032

value label in CAPI

Hi all, I am trying to figure out a way to have the value label of a variable (based on what is chosen) in the CAPI question. To be more specific I have a numerical variable in my application about GENDER , where GENDER takes 1.MALE 2.FEMALE. In the CAPI question following I want to include MALE or ...
by Stavros
October 16th, 2014, 5:56 am
Forum: Entry
Topic: Stata to CSPro
Replies: 2
Views: 3617

Re: Stata to CSPro

Hi all,

I managed to find a solution for my issue. I imported the data in R and R has an option to export a csv file with fixed column width.

Best,
Stavros
by Stavros
October 15th, 2014, 10:47 am
Forum: Entry
Topic: Stata to CSPro
Replies: 2
Views: 3617

Stata to CSPro

Hi all, I have a question for you; has anyone tried to create a lookup file from a Stata dataset? To be more specific, I am taking part in survey where the data entry was done with CSPro, the data then were exported to Stata where the cleaning was done. Now for the follow-up of the survey some varia...