Hello!
The question I have is this one: I need to map the question codes with the question headings, for example in the survey_89541 I have one column with this heading: [89541X1X34] and I need to map it with the full question, that in this example would be: Where were you born? so the map would be [89541X1X34] => Where were you born?
I need the database query in order to do this ==> select * from survey_89541 inner join ....... (this is what I don't know)
I know that when you export the results you can change between question codes, abbreviated questions, full headings and export it to CSV, Excel, etc. But I need to work directly from the database, this because I am using a report tool, and in order to define the reports, I need to specify the database query on which this report will work on.
I know limesurvey does it in the file exportresults.php but I couldn't find how, any help will be fully apreciated.
Thank you!