Hi
I am very new to Lime survey design; I wish to place a simple flag on a small text field (eg on a name field) which will be exported with the exported data. The flag could be a simple char such as "I" for internal or even a number. I could I guess disguise this in the field label however I would prefer it to be hidden from survey users. Thanks
Hi,
what exactly do you want to do?
Do you want to add something to the data.
E.g. the respondent enters "ABCDEF" and you get "IABCDEF" in the export?
Or have this flag in the header of the export?
First case:
At the end of the survey insert a question of type equation that adds your "flag".
E.g. {Q1=join("I",Q1)}
Second: Code of question or subquestion.
Anyway; A better explanation is appreciated.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Thanks Joffm,
My requirement is at the field level, and needs to "stamp" the field value exported for the purposes of the import routine in another app. As an example I might have 10 questions in a group, 5 of which I wish an import routine in another app to treat in a specific way eg put in a specific table, the rest to put in another table. The question level flag is known from the outset and can be set in the questionnaire deigner. If I could flag a question with a category, this would allow the import rtn to detect the flag from the lime exported data and process accordingly. Hope this makes sense. I do not need the survey user to be aware of the flag. Thank you.