IBM
LOT-410 · Question #53
Gary is writing a view selection formula to only display documents which have a Status field value of "Complete". Which formula will display the correct documents?
The correct answer is B. SELECT Status = "Complete". See the full explanation below for the reasoning.
Question
Gary is writing a view selection formula to only display documents which have a Status field value of "Complete". Which formula will display the correct documents?
Options
- ASELECT @All
- BSELECT Status = "Complete"
- C@If(Status = "Complete";View.Include)
- DIf Status.Value = "Complete" Then View.Select
How the community answered
(25 responses)- A16% (4)
- B72% (18)
- C4% (1)
- D8% (2)
Community Discussion
No community discussion yet for this question.