IBM
C2040-403 · Question #55
Which one of the following is a valid if/then/else XFDL compute?
The correct answer is B. CHECK1.value == 'on' ? FIELD1.value : ''. See the full explanation below for the reasoning.
Question
Which one of the following is a valid if/then/else XFDL compute?
Options
- Aif (CHECK1.value == 'on') then (FIELD1.value) else ('')
- BCHECK1.value == 'on' ? FIELD1.value : ''
- Cif {CHECK1.value == 'on'} then {FIELD1.value} else {''}
- DCHECK1.value == 'on' : FIELD1.value ? ''
How the community answered
(20 responses)- A10% (2)
- B85% (17)
- C5% (1)
Community Discussion
No community discussion yet for this question.