Page 1 of 1
Design Entry Application With Question Like Table
Posted: March 24th, 2016, 6:48 am
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
Re: Design Entry Application With Question Like Table
Posted: March 24th, 2016, 7:00 am
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.
Re: Design Entry Application With Question Like Table
Posted: March 24th, 2016, 7:15 am
by kawtef
Thank you for your reply. It's clear, i will try it.