Categories > OpenTBS with DOCX >

Data in CheckBox

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Alp
Date: 2015-04-22
Time: 14:30

Data in CheckBox

Hi everyone,

First let me say that I am not a computer guy and I have no programming experience. Said this, I can not handle the serves side, I can only use template editing part

I am using TBS with famous REDCAP database program and till now everything worked fine. (there is a little helper code written by some others that I use for php part of the thing)
I wonder the way to insert data from multiple-choice (checkbox) areas to my docx template. Can you help.

Example

I have an area in my data base with such thing:

Variable name: Patient_complaint

Possible answers are: 1, headache 2, nausea 3, vomiting etc...

User can select multiple of these and I do not know how to transfer them to my template.

Than you

Alp
By: Vincent
Date: 2015-04-22
Time: 19:21

Re: Data in CheckBox

By: Alp
Date: 2015-04-22
Time: 19:46

Re: Data in CheckBox

Thank you but not quite what I am looking...
By: Skrol29
Date: 2015-04-28
Time: 13:14

Re: Data in CheckBox

Did you see this thread about merging checkboxes with DOCX ?
http://www.tinybutstrong.com/forum.php?thr=3267
By: Alp
Date: 2015-04-30
Time: 08:50

Re: Data in CheckBox

Well this worked for me.

[onshow.checkbox___1; if [val]='Checked'; then 'THATS CHECKED'; else 'THATS NOT CHECKED']