gl_excel:linedescription

Differences

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

Link to this comparison view

Next revision
Previous revision
gl_excel:linedescription [2010/06/21 16:36 UTC] – created mwolfegl_excel:linedescription [2023/07/24 14:33 UTC] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== LineDescription ====== ====== LineDescription ======
-This function returns the full description of a user report line based on the user report name and line code.+This function returns the full description of a user report line based on the user report name and line code.  If no line code is provided, the function returns the full description of the user report itself.
  
-%InlineCode{LineDescription(UserRpt, LineCode)}% +**LineDescription(UserRpt, //LineCode//)** 
  
 ==== Example Usage ==== ==== Example Usage ====
-  * %InlineCode{=LineDescription("BALCON", "A01")}%  Returns the description for line A01 of the BALCON user report.+  * **=LineDescription("BALCON")**  Returns the full report description for the BALCON user report. 
 +  * **=LineDescription("BALCON", "A01")**  Returns the description for line A01 of the BALCON user report.
 ==== Required Parameters ==== ==== Required Parameters ====
 {{section>parameters#userrpt}} {{section>parameters#userrpt}}
 +==== Optional Parameters ====
 {{section>parameters#linecode}} {{section>parameters#linecode}}
  
  • gl_excel/linedescription.1277138198.txt.gz
  • Last modified: 2010/06/21 16:36 UTC
  • by mwolfe