Design Entry Application With Question Like Table

Discussions about CSEntry
Post Reply
kawtef
Posts: 18
Joined: March 24th, 2016, 5:54 am

Design Entry Application With Question Like Table

Post by kawtef »

Hi all,
I'm newbie on cspro and i want to design a cspro entry.
One of the question is a table with column and row (you can see an example in this joined image).
How i can make the dictionnary?
Thanks
Attachments
question.JPG
question.JPG (34.75 KiB) Viewed 3387 times
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Design Entry Application With Question Like Table

Post by josh »

For questions like this you can make a roster on your form. To create a roster you need a multiply occurring item or record in the dictionary. Since you have two questions in the table it is simpler to use a multiply occurring (repeating) record. Create a new record in the data dictionary and set the "max" property of your record to the maximum number of rows in your table (six based on your image). Then add the two variables for question A and question B to the record. Drag the record onto the form (make sure that horizontal is selected in the drag options in dialog that comes up) and you should get a table that looks roughly like the one in the image. You may also want to modify the occurrence labels to change the row headings in the table - look in help for details on occurrence labels.
Last edited by josh on March 24th, 2016, 10:45 am, edited 1 time in total.
kawtef
Posts: 18
Joined: March 24th, 2016, 5:54 am

Re: Design Entry Application With Question Like Table

Post by kawtef »

Thank you for your reply. It's clear, i will try it.
Post Reply