Differences

This shows you the differences between two versions of the page.

Link to this comparison view

a_f:f:99_a:list_table [2022/09/01 06:34] – created - external edit 127.0.0.1a_f:f:99_a:list_table [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:list_table to a_f:f:f:list_table administrator
Line 1: Line 1:
-{{tag>Functions Function_List Reports_And_Documentation}} 
-====== LIST_TABLE ======  
-===== Description =====   
-Prints out a list of business objects as a table where each row represents a single list member. A list may be specified as an attribute or as a query string. Only specified attributes of each list member are printed out. The header of the table containing attribute names is printed automatically 
-===== Parameters =====   
-  - Identifier of the list or a string identifying the query (either Rule Language string or the name of the existing query).If the list identifier is used the second parameter may optionally indicate ordering of the list 
-  - Attribute names to be printed out. The name of the attribute to print out may be optionally followed by the print format (the name of the attribute and the format must be separated by comma). If format is not specified the default attribute format will be used. 
-===== Example =====   
-<code aim><<LIST_TABLE(Client.Children, 'FirstName', 'LastName', 'Age,#')>> </code> 
  
  • Last modified: 2022/09/13 18:12