Thank you for your time!
Actually, I realise that the data is there but in a weird format. The data and the votes are consequtive columns. For example:
First row, first column contains:
Poll Name,”Username”,”Email”,”User Type”,”IP”,”Date”,”Vote data”
The rest of the row is empty.
Second row contains all the user data and answer in columns:
Second row, first column contains:
Test, user1, [email protected], registered, IP, 21/04/20
Second row, second column ontains:
Option 1
The following columns contains the rest of users info and votes…
For me, I might expect that the info and votes of different users are showed in different rows.
Thanks again!