Difference between revisions of "Q69 - Part exchange notes ID (Unit Sales Report Generator variable)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
 
(Updated from revision control)
 
Line 6: Line 6:
 
Returns the reference number of any General Notes that may have been entered for the current part exchange.
 
Returns the reference number of any General Notes that may have been entered for the current part exchange.
  
This variable should be used in conjunction with the [[NOTES - General Notes (Reports & Settings Report Generator function)|$NOTES]] function to return a line of notes entered for this part exchange.
+
This variable should be used in conjunction with the [[NOTES - Get general notes (Reports & Settings Report Generator function)|$NOTES]] function to return a line of notes entered for this part exchange.
  
 
{{Example|text=
 
{{Example|text=
[[NOTES - General Notes (Reports & Settings Report Generator function)|$NOTES]]{[[Q69 - Part exchange notes ID (Unit Sales Report Generator variable)|Q69]],1} returns the first line of notes.
+
[[NOTES - Get general notes (Reports & Settings Report Generator function)|$NOTES]]{[[Q69 - Part exchange notes ID (Unit Sales Report Generator variable)|Q69]],1} returns the first line of notes.
 
}}
 
}}
  

Latest revision as of 06:00, 16 April 2020

Syntax

Q69{0-9}

Description

Returns the reference number of any General Notes that may have been entered for the current part exchange.

This variable should be used in conjunction with the $NOTES function to return a line of notes entered for this part exchange.

$NOTES{Q69,1} returns the first line of notes.


Parameters

0-9
A numeric parameter that can be omitted (it defaults to "0").
0
Spaces.
1-9
Returns the general notes reference for the 1st, 2nd, 3rd etc part exchanges.

Returns

A numeric value whose typical size is 8 digits.