Creating your first Velixo report

Created by Harry Lewis, Modified on Mon, 11 Mar 2024 at 12:05 PM by Harry Lewis

Add a Connection

The first step after you open Excel is to connect your workbook to your ERP. Velixo adds a new ribbon tab to Excel, aptly titled Velixo.

 


Click the Connection Manager button, then click Add Connection.  Enter a unique Name for the connection, since you will use this name later as you build formulas.

 

As you may have guessed by looking at the screen, it is possible to connect to multiple companies and multiple ERP websites from a single spreadsheet.  That allows you to easily consolidate data coming from multiple sources. Learn more in Connection Manager.

 

Remember me: If you check this box to save your credentials for the connection, it's important to realize that that it is not actually saved within the spreadsheet.  Rather, it is saved to your Velixo user profile on your compute — which is encrypted with the Windows Data Protection API (DPAPI) and not shared with others.

 

 

 

Velixo Inquiries


The recommended method for installing the Velixo inquiries is for a system administrator to install the Customization Package.


If, however, you are using an older version of the ERP, the first time you connect to a tenant in your ERP, you may see a popup window that prompts you to create the generic inquiries necessary to support Velixo.

 

Click Yes, and all the inquiries will be created and configured for you.  You will need to have access to the Generic Inquiries page in Acumatica and the rights to create generic inquiries.  The entire process takes about one minute.

1_E1juQ9prd1ldKj-S8A0uZA.png

Once the inquiries have been created, you only need to have read access to the VelixoReportsPro-*** inquiries from the Hidden or Data Views section of the site map (depending upon the version of your ERP) to be able to use the add-in.


Error 403 - Forbidden: You may encounter an error message indicating a problem with permissions. Learn more in Error 403 Forbidden while refreshing data.




Your first formula

Let's begin with something very simple — retrieving the name of an account.

 

In the A1 cell, we will put an account code, in this case 40000.  

 

In the B1 cell, we will use the ACCOUNTNAME function.  As you start typing, notice that the add-in provides you with information about the function:

 

1_BYyl-vtZRMlI6skh5CS5tQ.png


The first parameter for the ACCOUNTNAME function is the name of the connection as it was defined in the Connection Manager - "Demo”.  Then enter a comma to move on to the next parameter.

 

The second parameter that is required by this function is the ACCOUNT code.  In our example, the account code is in cell A1.  Click on that cell and Excel automatically adds a reference to the cell in the formula.

 

The complete formula should look like this:   =ACCOUNTNAME("Demo", A1)

 

Press the Enter key.  Since this is the first time that you’re accessing the Accounts data, the add-in will attempt to bring the data in and cache it locally.  Unless you have thousands of GL accounts, this should only take 2–3 seconds.  

 

After this the data is present in the cache, Excel will retrieve it from there and will only load modified data from the ERP (and will only do that once each session).

 

Next, try to change the account code in the A1 cell, and then press enter to see an immediate update to the value of the account name cell.

 

1_cfNB8pepB8d1SvSWrSq7AA.png


All the functions in Velixo work in a similar way.

 


Get the balance of an account

Let’s continue to build our worksheet and do something more useful.

 

We’re going to get the current balance of the Petty Cash account (account 10100), using the ACCOUNTENDINGGBALANCE function. 

 


Complete list of functions:  There are many more functions included in Velixo, and we invite you to explore them all when you complete this tutorial.


The ACCOUNTENDINGGBALANCE function expects a few different parameters:

  1. Connection — The name of the connection. In this example, it's “Demo”.

  2. Ledger — The ledger in which the calculation should be made. Every type of ledger is supported: Actual, Reporting, Statistical, Budget.

  3. Account Class — In this example, leave this empty since we are specifying the exact GL account to use.  You have the options to:

    1. specify an account class only

    2. an account only

    3. or a combination of both
      and the system will determine which account(s) to use for calculation.

  4. Account — The account for which we want the balance.  The value here could be written as “101009” directly in the formula.  However, the account number is already in cell A1 so let's use that as a cell reference.
    Pro tip: Click on the cell while typing out the formula to automatically enter the correct reference. This works even if the reference is on a different sheet.

  5. Subaccount — In this example we avoid focusing on a specific subaccount, so this will remain empty.

  6. Branch — In this example we avoid focusing on a specific branch, so this will remain empty.

  7. As Of — This is the financial period for the calculation. For this parameter, we'll enter “11–2017” directly in the formula.

    When entering financial periods in a function, don’t forget to surround the period with double quotes, because otherwise Excel will subtract the numbers and assume you want period -2006 (11 minus 2017)!

  8. Include Unposted - We can choose what combination of posted and unposted data we want to include in calculating the balance.  If we use a 1, we'll include only Posted data, 2 - only UNposted, and 3 - both.  For this example, we'll enter a 1 for just the posted data.

Press Enter to complete the formula.  The ending balance will calculate automatically.

 


Since this the first time you’re calculating a value for this connection, ledger, and financial year, Velixo will connect to your ERP to retrieve and cache the necessary data.  Any subsequent calculations in this spreadsheet will happen instantaneously.

 

 


Ranges and wildcards

Combine multiple accounts, subaccounts or branches

In the previous example, you saw how to get the balance of a single account.  

 

Now, what if you want to get the total for multiple accounts, subaccounts, or branches?  

 

Yes, you can use the + operator to add the values, but this could result in a messy formula and sluggish calculations.  There's a better way—with ranges and wildcards.

 

For many Velixo functions, you can substitute a range or wildcards in any place that an account, subaccount, or branch is necessary. 

 

Here are some examples of what’s possible:

 

  • Range — “20100:20150” will return all the accounts between 20100 and 20150

  • Wildcard — “6?000” will return any account that starts with a 6 and ends with 000 (examples would be 61000 and 63000).

  • Excluding or subtracting specific accounts from a range — "40000:49999;-45610" would show the balance for every account between 40000 and 49999, but subtract the balance of account 45610 from that total.

  • A mix of single accounts, ranges and wildcards can be combined together by using the “;” character — One example would be “6?000;61100;69000:69999”.



A complete example

By building on the formulas, tools, tips and tricks you've learned here, you should be able to build a full Trial Balance, balance sheet, or P&L using the Velixo add-in.

 

Example workbooks: Allow us to suggest that you download and explore one of the sample workbooks and connect it to your own ERP.

 

Here’s a view of the Rapid Byte example:

 

mceclip1.png

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article