bkgray wrote:
Luke -
I create customized reports from LimeSurvey frequently. I create a custom PHP script for each survey, depending on the specific needs of the people who requested the survey.
Thanks, but that's not quite what I wanted:
a) in my data dump I need exact same columns as they appear in files generated by LS.
b) you explicitely list questions (their IDs) inside of the script. I have over 450 questions, I can't put them in a file.
I need a very generic script that would take one argument only (survey ID).
So I guess I'll have to work on that myself.