Skip to main content
Skip table of contents

VX.SETTINGS

Overview

The function creates a 2D Excel array you can use as the Dimensions or Settings argument in various Velixo NX functions.

Syntax

CODE
=VX.SETTINGS(
  SettingNameOrValue,
  SettingNameOrValue,
  SettingNameOrValue,
  SettingNameOrValue,
  ...
)

Arguments

Argument

Required /
Optional

Description

SettingNameOrValue

Required

First key name (setting/dimension/parameter).

SettingNameOrValue

Required

A value corresponding to the key.

SettingNameOrValue

Optional

Final key name(setting/dimension/parameter).

SettingNameOrValue

Optional

An additional value corresponding to the final key.

If the N-th parameter name is provided, the N-th value is required.

Example

CODE
=VX.SETTINGS("Connection","Connection1, Connection2","AggregationMode","sum","GlobalAggregation","TRUE")

Description: The result is an array that is ready to use as the multi-connection ConnectionName argument in numerous Velixo functions.

image-20251202-131805.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.