{{tag>Index Action Action_List Process Query UI}} ====== DISPLAY ====== This action is very similar to the ''[[a_f:a:pick_from|PICK FROM]]'' action in that it displays the instances of the business object found by the action, however it does not expect the user to pick any particular instance. The syntax of the action is exactly the same as that of the ''[[a_f:a:pick_from|PICK FROM]]'' action except that the ''DISPLAY'' keyword is used instead of ''[[a_f:a:pick_from|PICK FROM]]'' . ===== Example ===== DISPLAY Account WHERE Account.State = 'OPEN' ORDER BY Account.Balance