Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
08147Feature requestsStatisticspublic2017-03-20 12:22
Reportertrivender Assigned To 
PrioritynormalSeverity@50@ 
Status newResolutionopen 
Summary08147: data file should have all blank if question not shown
Description

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.

Additional Information

Future request.
http://www.limesurvey.org/en/forum/future-features/94524-data-file-should-have-all-blank-if-question-not-shown#99751

TagsNo tags attached.
Bug heat2
Story point estimate
Users affected %

Relationships

related to 10942 new save "" (Empty String) if relevance is set to "disabled" 

Activities

ddrmoscow

ddrmoscow

2017-03-20 12:22

reporter   ~43295

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 [code type="php"]} else[/code] to [code type="php"]} elseif(isset($row[$fieldno]))[/code]

Issue History

Date Modified Username Field Change
2013-09-11 11:36 trivender New Issue
2016-04-14 18:28 trivender Relationship added related to 10942
2017-03-20 12:22 ddrmoscow Note Added: 43295