|
Context (This...)
|
Top Previous Next |
| Function: | ThisTextValue
|
| Result-type: | Text
|
| Arguments: | (none)
|
| Description: | Returns the current text value of interest, if used for instance in a formatting expression or special condition
|
|
|
|
|
| Function: | ThisToDate
|
| Result-type: | Date/Time
|
| Arguments: | (none)
|
| Description: | Returns the 'To' date of interest, if used where there's a specific date range we're to be evaluating an expression for (e.g. in a list report)
|
|
|
|
|
| Function: | ThisToPeriod
|
| Result-type: | Numeric
|
| Arguments: | (none)
|
| Description: | Returns the 'To' period of interest, if used where there's a specific date and period range we're to be evaluating an expression for (e.g. in a list report)
|
|
|
|
|
| Function: | ThisTran
|
| Result-type: | Record
|
| Arguments: | (none)
|
| Description: | Returns the Transaction record of interest, if used where there's a specific transaction we're to be evaluating an expression for (e.g. in a transaction report or query ). Same as the Tran() function.
|
|
|
|
|
| Function: | ThisValue
|
| Result-type: | Numeric
|
| Arguments: | (none)
|
| Description: | Returns the current value of interest, if used for instance in a formatting expression or special condition (e.g. a color scheme)
|
|
|
|
|
| Function: | Tran
|
| Result-type: | Record
|
| Arguments: | (none)
|
| Description: | Returns the Transaction record of interest, if used where there's a specific transaction we're to be evaluating an expression for (e.g. in a transaction report or query ). A shorter version of ThisTran().
|
|
|
|
|
|
|
|
|