User Tools

Site Tools


syntax:functions:metadata

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
syntax:functions:metadata [2020/08/14 05:12] dmitrysyntax:functions:metadata [2021/09/15 14:19] (current) craigt
Line 1: Line 1:
 ====== Metadata(keyword) ====== ====== Metadata(keyword) ======
 +Category:  Special function
  
-Returns project metadata. They keyword must be text constant (case-insensitive). References to a field or parameter are not allowed.+\\  
 +=====Description===== 
 +This function returns project metadata - specific details about the projectThe keyword must be one of the text constants shown below.
  
-Currently supported keywords: +\\  
- Keyword   Result  +=====Arguments===== 
-| current module  |The name of the current module. |  +^Argument^Type^Description
-| current group   |The name of the current table group (tab). |  +|'current module'|Text|The name of the current module.| 
-| current table   |The name of the current table. | +|'current group'|Text|The name of the current table group (tab).| 
 +|'current table'|Text|The name of the current table.|
  
 +**Return value type:** Text
  
-**Example** +\\  
-^  Example  ^  Result  ^ +=====Remarks===== 
-| metadata('current module' |Default |+The text constants are case-insensitive (i.e., both 'Current Module' and 'current module' are acceptable).
  
-**See also**+References to a field or parameter are not permitted. 
 + 
 +\\  
 +=====Examples===== 
 + 
 +{{:transformations:metadata_sample.jpg?800|}} 
 +\\  
 +**Refer to the image above for the examples below.** 
 +\\ \\  
 +  metadata('current module' //Returns 'Main' 
 + 
 +  metadata('current group' //Returns 'Sample' 
 + 
 +  metadata('current table' //Returns 'Counties_population' 
 + 
 +\\  
 +=====See also===== 
 +  [[syntax:functions:system|System(keyword)]]
  
-  * [[syntax:functions:system]] 
syntax/functions/metadata.txt · Last modified: 2021/09/15 14:19 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki