Search found 13 matches

by lb.fam
November 19th, 2015, 6:36 pm
Forum: Entry
Topic: Export - Single Record has multiple fields
Replies: 0
Views: 31064

Export - Single Record has multiple fields

Hello, I am exporting my data to Csv format, and my application contains a roster. If I select Number of Files Created: One File and Output of Multiple Record Occurrences: All in One Record (see attached Export1) a single Csv file is created, but for each field it repeats twenty times- A1_01, A1_02,...
by lb.fam
July 15th, 2015, 7:26 pm
Forum: Editing
Topic: Roster loses data when editing
Replies: 4
Views: 6104

Roster loses data when editing

Hello, I used this example to build an application which captures the names of a maximum of 10 persons, and then asks each person questions (details) http://www.ssb.no/a/english/publikasjoner/pdf/doc_201219_en/doc_201219_en.pdf If less then 10 people are present, then I end the collection of the nam...
by lb.fam
June 12th, 2015, 5:11 pm
Forum: Entry
Topic: Check box, how to determine selections
Replies: 11
Views: 14444

Re: Check box, how to determine selections

Hi,

Thanks very much for that explanation.
by lb.fam
May 18th, 2015, 5:29 pm
Forum: Entry
Topic: Check box, how to determine selections
Replies: 11
Views: 14444

Re: Check box, how to determine selections

Hello, I have a checkbox based on a valueset that has 9 items I can use the following to determine which checkboxes have been selected: if pos("1",choices2) in 1:7 then skip to choice5; endif; if pos("2",choice2) in 1:7 then skip to choice5; endif; I do that for pos 1-7, and that...
by lb.fam
May 17th, 2015, 9:13 pm
Forum: Entry
Topic: Check box, how to determine selections
Replies: 11
Views: 14444

Check box, how to determine selections

Hello,

Depending on the selections made using checkboxes I require skip logic to be applied.

How do I determine which checkboxes have been selected?
by lb.fam
May 8th, 2015, 4:06 am
Forum: Entry
Topic: Calculate Age
Replies: 2
Views: 3651

Re: Calculate Age

That worked (I had ddmmyyy format).

Thanks.
by lb.fam
April 28th, 2015, 1:33 am
Forum: Entry
Topic: Calculate Age
Replies: 2
Views: 3651

Calculate Age

Attempting to calculate the age based on dates which have been entered by a user using the date picker. The items are 8 character numeric and reside within different records. The calculation is carried out within a roster. PROC AGE preproc $ = datediff(DATEOFBIRTH(currIdx),INTERVIEWDATE(currIdx),&qu...
by lb.fam
April 28th, 2015, 1:32 am
Forum: Entry
Topic: Postpan query-question each household member
Replies: 2
Views: 3321

Re: Postpan query-question each household member

I added the items to the repeating roster and this worked.

Thanks.
by lb.fam
April 27th, 2015, 5:13 am
Forum: Entry
Topic: Postpan query-question each household member
Replies: 2
Views: 3321

Postpan query-question each household member

Hello, Followed the Postpan example application provided in the examples folder: http://www.ssb.no/a/english/publikasjoner/pdf/doc_201219_en/doc_201219_en.pdf and can gather household member names, and then get additional details for each of the household members. After I get those details, I wish t...
by lb.fam
March 31st, 2015, 12:28 am
Forum: Entry
Topic: CAPI Question getlabel in question text
Replies: 4
Views: 5499

Re: CAPI Question getlabel in question text

Hello,

Thanks, located it.