PeopleSoft GXD
For PeopleSoft ledgers, the GXD
formula is used to retrieve the description of a single account segment.
Syntax
=GXD("Segment Value")
Note: It is common practice to use cell references within GXD
formulas to identify parameters.
Parameters
The following are GXD
formula parameters for PeopleSoft ledgers:
Segment Value
Identifies the segment value for which to retrieve the description.
Formula Example: Using a Single Segment
=GXD("402000")
Retrieves the description of account segment 402000
.
Formula Example: Using Multiple Segments
=GXD("402000")& "-" &GXD("3000")
Retrieves the description of account segment 402000
, and concatenates the description of project segment 3000
.
See GL Reporting and Create or Maintain GL Formulas for more information.