Release Notes

Release 2022.14

← Other release notes


September 28, 2022

Crunch web application

  • Fixed an issue that occurred in Crunchboxes, where only unweighted values displayed instead of their weighted ones. They now display weighted values.
  • Completed a change to ensure that Excel cells that contain text cannot be incorrectly evaluated by Excel as formulas.
  • Completed all of the updates to ensure that deck dashboards respected a mix of weighted and unweighted tiles correctly.
  • Fixed a bug that affected users that have permissions to datasets in more than a single account.
  • Made additional technical refinements for integrating Confirmit surveys into Crunch.

Crunch Automation

  • The COMPLETE_CASES function no longer requires an array wrap around the arguments. For example, complete_cases([A, B, C]) can now be written as complete_cases(A, B, C). See Crunch Automation basics ARTICLE for more information.
  • Added the MATERIALIZE command, which allows you to evaluate computed expressions (such as case statements or recodes) and saves the values to the dataset.

Help desk and website improvements