EXPANDACCOUNTCLASSRANGE function
Created by Harry Lewis, Modified on Tue, 16 Jul at 9:33 AM by Gabriel Michaud
Applies to:
- GL Module
- ERP: Acumatica, CEGIC, Haufe x360, JAMIS Prime, MYOB Acumatica
Description
The EXPANDACCOUNTCLASSRANGE function returns all general ledger account class codes within the specified range
Velixo recommends the use of Microsoft 365 for this feature. Velixo Reports includes experimental support for Excel 2010 or higher. See the Prerequisites for additional information. |
TABLE OF CONTENTS
Syntax
EXPANDACCOUNTCLASSRANGE(Connection, Range)
Parameters
The EXPANDACCOUNTCLASSRANGE function uses the following parameters (see our article on Filtering Velixo functions):
Parameter | Required/Optional | Description |
Connection | Required | The name of the connection as configured in the Connection Manager |
Range | Optional | The range of account class codes to include in the results |
Example
=EXPANDACCOUNTCLASSRANGE("Demo", "D*:FZ*")
Description
Returns all general ledger account class codes starting with the letters D through F
Result
By using the letter Z in our Range, we can include those Account Classes that begin with the letter F (in this example the letter J would have also worked, since our last Account Class starting with the letter F has the letter I as the second letter). If we left off the Z, we would get only those Account Class Codes BEFORE the letter F (unless we happened to have a class code named just "F"). |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article