CubeSend
Sends a value to the specified cube at the specified cell intersection.
js
CubeSend(sentValue, applicationName, cube, ...elementNameN)
Parameters
sentValue
- The value to be sent into the cube cell intersection.applicationName
- The name of the application to work in.cube
- The identifier of the cube.elementName1
- An element for each dimension within the cube which when used, finds a specific intersection.elementName2
- An element for each dimension within the cube which when used, finds a specific intersection.elementNameN
- An element for each dimension within the cube which when used, finds a specific intersection.(optional)
Example
js
CubeSend("100", "Performance Management", "General Ledger", "Actual", "2020", "Jan", "Revenue", "Marketing", "Amount")
This will send the value 100 to the provided intersection for the cube "General Ledger".