You can use a LUCANET formula to query values from Lucanet and read them in to MS Excel. The formula for querying values must contain certain parameters and can be expanded with optional parameters.

To read in values from Lucanet into Excel, the formulas must contain the following parameters:

    
  

The abbreviation defines from where the data to be read in are derived. The following abbreviations are allowed:

AbbreviationMeaning
Abbreviation of a general ledger, abbreviation of a general ledger including subledgers or abbreviation of a scheduleReading in values from ledgers or schedules with the specified abbreviation
finfin was used in previous versions as keyword for the balance sheet and P&L and can be used as code to read values out of the ledgers to which the balance sheet and P&L of previous versions were transferred.
statstat was used in previous versions as a keyword for statistical ledgers and can be used as code in order to read values out of a statistical ledger to which statistical ledgers of previous versions have been transferred.

The Data level parameter specifies in which data level the data to be read in are contained. Data can be located in the actual data level and in any number of planning data levels. To specify data levels:

Data levelNotation in the Lucanet formula
Actual data level"Actual"
Planning data level"Plan 2026-2028"

The adjustment level or adjustment level group parameter specifies the adjustment level or adjustment level group to which the values to be imported are posted and evaluated. The default adjustment level is Data imports. To specify adjustment levels or adjustment level groups:

Adjustment levelNotation in the Lucanet formula
Data imports"Data imports"
Delta under local GAAP"Delta under local GAAP"

The parameter Organization element specifies the reference to the reporting entity, cost center, cost center group or organization group from which the values are to be read. Specify organization elements as follows:

Organization elementNotation in the Lucanet formula
Holding Inc."Holding Inc."

The parameter Account or Item specifies the name of the account and item whose value you want to export. To specify accounts or items:

Account/itemNotation in the Lucanet formula
Technical equipment"Technical equipment"
Turnover"Turnover"

The parameter Periodicity specifies the frequency with which the values are read from Lucanet. The following periods are allowed:

PeriodMeaning
mMonthly value of the desired period
qQuarterly value of the desired period
yAnnual value of the desired period
tTrimester value of the desired period
sSemester value of the desired period
fqQuarterly value for the fiscal year of the desired period
fyAnnual value for the fiscal year of the desired period

Example: Export of values for 31/12/2017. The possible periodicities return the following:

PeriodicityValues
mThe monthly value for the month of December 2017
qThe value of the last quarter 2017
yAnnual value 2017
fq, fyThe quarterly or annual values for the different fiscal year

The StartDate specifies the value for the month, quarter or year in which the date falls. The entry must be made in the format DD/MM/YYYY . This is regardless of the formatting of the view in MS Excel. When entering the date 31/12/2017, for example, the view format could be Dec. 2017.

Note: Instead of a specific entry, you can also use MS Excel to apply absolute or relative cell references, such as A2 (relative) or $A$2 (absolute) and references to named cells (see the following examples).

To access more detailed information when querying values, optional parameters can be added to the LUCANET formula.

A Lucanet formula with optional parameters is structured as follows:

    
  

Caution:

  • In order to correctly interpret the optional parameters, you must stick to the specified sequence!
  • If not all optional parameters are entered for a LUCANET formula, commas need to be set also for those parameters which are not entered.

The following parameters can be used:

When querying values, the optional parameter transaction type can be added to the LUCANET formula. By default, for values from the financial sector, the balance at the end of the period is always exported to MS Excel. When using the optional parameter Transaction type, it is also possible to query other values (e.g. the balance at the start of the period).

Note: If the parameter Transaction type is not specified when querying parameter values, account balances are always exported.

A Lucanet formula querying the transaction type must be set up as follows:

    
  

The following parameters for transaction type are available:

ParameterDescription
StartReturns the start value of the account on a given date
TFReturns the change to the account on a given date
BalanceReturns the balance of the account on a given date

If fixed asset schedule, provision schedule, loan schedule, and/or statement of changes in equity are set up in Lucanet, you can also query information (in addition to the default parameters) from these categories. The following parameters are available:

ParameterDescription
Name of a transaction type (e.g. 110 Addition)Returns the value of the specified transaction type
Cost.StartReturns the start value of the balance sheet account in the transaction type group Historical cost. Alternatively, it is also possible to query the group Accumulated depreciation/amortization ("Accumulated depreciation and amortization.Start").
Cost.TFReturns the change to the balance sheet account in transaction type group Historical cost. Alternatively, it is also possible to query the group Accumulated depreciation and amortization ("Accumulated depreciation and amortization.TF").
Cost.BalanceReturns the balance of the account in the transaction type group Historical cost. Alternatively, it is also possible to query the group Accumulated depreciation/amortization ("Accumulated depreciation and amortization.Balance").

Note: The parameter depends on the name of the transaction types. The parameters must be named just as they are named in the Dimensions workspace under Transaction types.

When querying values, the optional parameter EndDate can be added to the LUCANET formula. You can use this parameter, for example, if you want to read in the cumulated values of a specific period from the P&L to MS Excel. The value read in is then the total of values between the start and end date.

The LUCANET formula must be set up as follows:

    
  

When querying values, the optional parameter Partner or Partner group can be added to the LUCANET formula. You can use these parameters to query partner information.

The LUCANET formula must be set up as follows to query partner information:

    
  

Note: If no partner is specified, the system returns the value of the account or the item.

By default, values from Lucanet are read in to MS Excel in the default currency. The Display currency and Transaction currency parameters can be used to define which values are to be read in to MS Excel and in which currency.

To query values in a currency other than the default currency, the LUCANET formula must be set up as follows:

    
  

The result of a query depends on the parameters used in the Lucanet formula. The following variants are available:

ParameterResult
Without keywordThe sum of all business transactions (in all transaction currencies) translated into the specified display currency Note: You can also use Transaction currency =" All" to enter the values of all transaction currencies.
Display currency onlyThe sum of all business transactions (in all transaction currencies) translated into the specified display currency Note: You can also use Transaction currency =" All" to enter the values of all transaction currencies.
Transaction currency and display currencyThe sum of all business transactions in the specified transaction currency translated into the specified display currency

The YTD parameter can be used to query the value of an account or an item from a Year-To-Date period up to a requested period.

The LUCANET formula must be set up as follows:

    
  
    
  

Explanation: XX represents a period

Examples:

  • Periodicity = "m", startDate = "31.07.2025", ytdPeriod = 4 (YTD 04): Queries values from Apr 2025 to Jul 2025
  • Periodicity = "m", startDate = "31.07.2025", ytdPeriod = 10 (YTD 10): Queries values from Oct 2024 to Jul 2025