Page 1 of 1

Editenote() function dion't work in finally data in CSPro 7.0

Posted: June 23rd, 2018, 10:09 pm
by Gillesbop
Hello Everyone

I hope everyone is doing well here!

In some survey sometimes if the answers to a question are not exhaustive, we give the chance to the surveys to be pronounced
Thus, at home, we have this custom for example to say:

Question 1: Which statistical tools do you find most useful in your daily life?
   1. The neural networks;
   2. The dashboards
   3. The important urgent matrix
   4. Other (to be specified) ______________________

It goes without saying that, by increasing the answer to question 4, you are immediately asked to specify it and the interviewers take note to submit it to the seizure.

In CSPro, these issues, I always handle them with this procedure:

PROC Question1
postproc;
if $ = 4 then
Editnote ();
endif;

This opens a small window of data editor to enter everything you want and works perfectly well on older versions of CSPro.

This during the problem is caused by the export of data. In older versions can see them in an annotated file ".NOT" where you could see everything that was entered in the small window of the editor. But since version 7.o there is only one data file ".csdb"

By entering answer 4, in the final database we see only and everywhere else: others (to be specified)
So, how do you get that string seized and join it in the final base?

Thank you very much for your help !

Re: Editenote() function dion't work in finally data in CSPro 7.0

Posted: June 24th, 2018, 12:46 am
by josh