Search found 109 matches

by lls
September 23rd, 2011, 8:50 am
Forum: Entry
Topic: Automatic calculation (auto fill function ?)
Replies: 4
Views: 7364

Re: Automatic calculation (auto fill function ?)

This is indeed much better.

Thank you.
by lls
September 12th, 2011, 6:42 pm
Forum: Entry
Topic: Automatic calculation (auto fill function ?)
Replies: 4
Views: 7364

Re: Automatic calculation (auto fill function ?)

Resolved
by lls
September 12th, 2011, 6:21 pm
Forum: Entry
Topic: Help logic code, answers to sub-answers
Replies: 4
Views: 7021

Re: Help logic code, answers to sub-answers

resolved
by lls
September 11th, 2011, 5:47 pm
Forum: Entry
Topic: Automatic calculation (auto fill function ?)
Replies: 4
Views: 7364

Re: Automatic calculation (auto fill function ?)

Somehow I found my way with the code below. I'm not sure if this is the best way to do what I need. Could I have an advice? Thank you ************************************** PROC Q62_ANREF preproc if not Q3_3_AOUVDOS = notappl then impute (Q62_ANREF(1),Q3_3_AOUVDOS); endif; if not Q11B_ETATDOS = nota...
by lls
September 11th, 2011, 9:46 am
Forum: Entry
Topic: Help logic code, answers to sub-answers
Replies: 4
Views: 7021

Re: Help logic code, answers to sub-answers

Would this work with an Alpha field?

Q34_ORIENTGDC is an alpha multiple answers (check box)
Q35_CONSEIL has two set (VS1 and VS2), as alpha multiple answers (check box)

Such as

if Q34_ORIENTGDC in "A:C" then
setvaluesets(maketext("Q35_CONSEIL_VS%s",Q34_ORIENTGDC));
endif;
by lls
September 11th, 2011, 9:10 am
Forum: Entry
Topic: Help logic code, answers to sub-answers
Replies: 4
Views: 7021

Re: Help logic code, answers to sub-answers

Fantastic, it works nicely.

I have used the second option.

I didn't try but would this also work with a multiple occurrence question which has multiple occurrence answers? In case multiple asnswers are allowed in both the main question and the sub-answers.

Thank you

lls