What is the column formula he needs to use?

Roberto has been asked to modify the Membership view in the Video Rental application. A green checkmark should appear in the Approved view column for each document where membership has been approved. He set the view column property to "Display values as icons", and now he needs to write a column formula.
What is the column formula he needs to use?
A. @if(Approved = "Yes"; @Icon(82); @Icon(0))
B. @if(Approved = "Yes"; @OpenImageResource("checkmark.gif");”")
C. @If(Approved = "Yes"; 82; 0)
D. @If(Approved = "Yes"; @Column(82); @Column(0))

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.