DBS Syntax

The DBS function uses the following syntax:
DBS (value, server:cube, e1, e2[,...en]):

Argument

Description

value

Numeric value that is sent to the cube.

server:cube

The name of the cube that receives the sent value. The cube name must be prefixed with the name of the server on which the cube resides, for example sdata:SalesCube.

e1,...en

Elements that identify the cell location in the cube that receives the value. Specify the element arguments in dimension order. For example, e1 must be an element from the first dimension of the cube, e2 must be an element from the second dimension of the cube.