Get next number and increment counter
Anatomy
<numformat:next var="var" name="string"/>
Description: NUMFORMAT:NEXT returns the next formatted number and icnrements the counter, specified by name.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name for formatted number | numformat:next |
| name | string | Name | numformat:next |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |
Examples
Example
<numformat:next var="number" name="billing_invoicenum"/>