A feature request:
Which Forms version are you running? (see apps page)
1.0.3
Nextcloud or ownCloud?:
Nextcloud
Nextcloud/ownCloud version: (see Nextcloud admin page)
16.0.1
Steps to reproduce
- Create Form
- Provide some answers
- View results
Actual behaviour
Results are shown with one line per answer:
Name Question # Question Response
anon1 1 Pineapple on pizza? Yes
anon1 2 Favorite editor? Emacs
anon2 1 Pineapple on pizza? No
anon2 2 Favorite editor? vim
Expected behaviour
I'd actually like the output to be one line per user, so I have all answers in one line, like
Name Question # q1 r1 q2 r2
anon1 1 Pineapple on pizza? Yes Favorite editor? Emacs
anon2 1 Pineapple on pizza? No Favorite editor? vim
or even like
Name Question # Pineapple on pizza? Favorite editor?
anon1 1 Yes Emacs
anon2 1 No vim
That would make the data easier to work with for my use with (using the exported CSV file as a data file for jekyll).
(I'm interested if other users found this useful, too. Currently, I could work around this by doing a custom SQL query as I only have one form).
A feature request:
Which Forms version are you running? (see apps page)
1.0.3
Nextcloud or ownCloud?:
Nextcloud
Nextcloud/ownCloud version: (see Nextcloud admin page)
16.0.1
Steps to reproduce
Actual behaviour
Results are shown with one line per answer:
Expected behaviour
I'd actually like the output to be one line per user, so I have all answers in one line, like
or even like
That would make the data easier to work with for my use with (using the exported CSV file as a data file for jekyll).
(I'm interested if other users found this useful, too. Currently, I could work around this by doing a custom SQL query as I only have one form).