LimeSurvey: 3.x-LTS 90810b8f

Author Committer Branch Timestamp Parent
gabrieljenik gabrieljenik 3.x-LTS 2020-08-14 20:32:04 3.x-LTS 1ae7e788
Affected Issues  15980: No results shown for selected date questions at statistics
Changeset

Fixed issue 15980: No results shown for selected date questions at statistics

  • Date/Time responses are treated as "Answer" when the value is not null, and "No answer" when it's null.
  • Equation questions are handled as text. It seems they always have a value, so "Not displayed" may always be 0.
  • Condition had to be updated as to work with dates. It may have an impact on some DB engine (not sure).
mod - application/helpers/admin/statistics_helper.php Diff File
mod - application/views/admin/export/statistics_subviews/_question.php Diff File