Views PSPP

Component ID

739172

Component name

Views PSPP

Component type

module

Development status

Component security advisory coverage

not-covered

Downloads

557

Component created

Component changed

Component body

The Views PSPP module allows a view to be displayed/exported in PSPP format. The module was heavily inspired by the Views Bonus Pack Export module. The module simply adds these two new styles to the Feed display:

  • PSPP Syntax used to describe the PSPP syntax.
  • PSPP CSV used to describe export data.

About PSPP

PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions. PSPP is a free Software licensed under GPLv3 or later.

Dependencies

Usage

  • Install and enable the module
  • Edit or add a view
  • Add a new Feed Display
  • Change its style to PSPP CSV
  • Add a new Feed Display and change change its style to PSPP Syntax
  • Link the PSPP Syntax display to PSPP CSV so that the syntax display knows that is linked to that data display.
  • You can configure if you want that those displays are printed in the browser or downloaded
  • You can attach the two displays to other display, like a Page display.

Limitations

Right now the module provides integration for native node fields and for CCK basic modules: nodereference, usereference, text, number.

Developers

Additional types can be integrated via hooks. Documentation to come!

Maintainers