Interject Documentation > jDesc()
Estimated reading time:
1 minute
Function Summary
This function is used to look up a context description based on a specific segment.
Function Arguments
Parameter Name
|
Description
|
Default
|
Optional
|
Value
|
A cell that contains a value to lookup.
|
|
NO
|
SegmentNumber
|
The Segment number to check the value against.
|
|
NO
|
Function Composition
Formula
|
Example
|
Explanation
|
=jDesc(
Value
,SegmentNumber
)
|
= jDesc (
**B32**
,2
)
|
← A cell with a value to retrieve the description.
← The second segment of the Account number
|
Function Example