Difference between revisions of "T26 - Analysis Codes (Logistics Management Report Generator variable)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
(Updated from revision control)
 
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
Each ticket can be assigned an analysis code. With no parameters the whole analysis code will be returned, if a number from 1 to 9 is given then the analysis code for that character position will be returned.
+
Analysis codes for the current ticket. With no parameters (or a parameter of {{DataValue|0}}) the whole analysis code will be returned, if a number from {{DataValue|1}} to {{DataValue|9}} is given then the analysis code for that character position will be returned.
  
 
== Parameters ==
 
== Parameters ==
Line 10: Line 10:
 
:A text parameter that can be omitted (it defaults to "0").
 
:A text parameter that can be omitted (it defaults to "0").
 
:;0
 
:;0
::The Whole Code.
+
::The whole code.
 
:;1-9
 
:;1-9
 
::The analysis code position.
 
::The analysis code position.
  
 
== Returns ==
 
== Returns ==
A text value whose typical size is 3 characters.
+
A text value whose typical size is 1 character.
  
 
[[Category:Logistics Management Report Generator variables]]
 
[[Category:Logistics Management Report Generator variables]]

Latest revision as of 06:56, 31 January 2018

Syntax

T26{0-9}

Description

Analysis codes for the current ticket. With no parameters (or a parameter of '0') the whole analysis code will be returned, if a number from '1' to '9' is given then the analysis code for that character position will be returned.

Parameters

0-9
A text parameter that can be omitted (it defaults to "0").
0
The whole code.
1-9
The analysis code position.

Returns

A text value whose typical size is 1 character.