I am doing a survey not anonymous
So, i create additional attributes for codes list: attribute_1 and attribute_2
I made a list with this header:
firstname,lastname,email,token,attribute_1,attribute_2
Mary,Poppins,mary@bol.com,tokmary,name1,name2
and insert many other records at this csv list
After i import this list, and all ok
I see all these fields populated by data from csv file:
firstname,lastname,email,token,attribute_1,attribute_2
But i see LimeSurvey create at database table for this survey, only fields
firstname,lastname,email,token
and populate with correct values of completed surveys
Table database dont show fields attribute_1,attribute_2
Can i do something for these fields be columns at database table?
And get correct values from surveys, same it do for fields firstname,lastname,email,token
This is important to do filters with the full set of answers
Thank You
The topic has been locked.