- Beiträge: 352
- Karma: 15
- Dank erhalten: 38
- Community
- Forum
- Englische Foren
- Future features
- data file should have all blank if question not shown
data file should have all blank if question not shown
6 Jahre 2 Monate her #99751
von first
Survey Designer and Programmer
data file should have all blank if question not shown wurde erstellt von first
I have checked and found that if a multi question is not shown to respondent then we are getting all Zero for that question in SPSS data file.Ideally we should get all blanks in this case.Following are screen shots.
Survey Designer and Programmer
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
6 Jahre 2 Monate her #99752
von first
Survey Designer and Programmer
first antwortete auf data file should have all blank if question not shown
Issue reported
bugs.limesurvey.org/view.php?id=8147
bugs.limesurvey.org/view.php?id=8147
Survey Designer and Programmer
Folgende Benutzer bedankten sich: utsi
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
2 Jahre 8 Monate her #150757
von ddrmoscow
ddrmoscow antwortete auf data file should have all blank if question not shown
Just noticed the same behaviour with SPSS export for 2.06 and earlier (solved allready for 2.5+).
LOL , it appeared to be a very old headache for our researchers working with SPSS export files.
If topic is still relevant, here's the fast way to solve it for LS 2.06+ and earlier: modify 1 line in /application/helpers/export_helper.php row
fromto
Regards
LOL , it appeared to be a very old headache for our researchers working with SPSS export files.
If topic is still relevant, here's the fast way to solve it for LS 2.06+ and earlier: modify 1 line in /application/helpers/export_helper.php row
from
} else
} elseif(isset($row[$fieldno]))
Regards
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
2 Jahre 8 Monate her #150774
von ddrmoscow
row 187
ddrmoscow antwortete auf data file should have all blank if question not shown
ddrmoscow schrieb: modify 1 line in /application/helpers/export_helper.php row
fromto} else} elseif(isset($row[$fieldno]))
row 187
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
2 Jahre 8 Monate her #150971
von holch
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
holch antwortete auf data file should have all blank if question not shown
mabye a bug report or even a pull request would be interesting.
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Bitte Anmelden oder Registrieren um der Konversation beizutreten.