Show TOC

Syntax documentationEvSEN Locate this document in the navigation structure

The EvSEN (Send without getting) function references another cell and sends its value to the server when you select   eSubmit   Send and Refresh Schedules  . The parameters specify the dimensions that identify where the data value is to be sent in the database. EvSEN is similar to EvSND, except that EvSND sends the value, and gets the value if it already exists in the database.

By putting the formula in the EvSEN cell and not in the input cells, you decrease the chances of your formulas getting overwritten or erased. To further protect the formulas, you might want to hide the EvSEN cells in the input schedule.

Syntax Syntax

EvSEN(ValueReference,AppName,[dim:]member1,[dim:]member2, [dim:]memberN)

ValueReference — The cell reference of the input cell.

Insert AppName

Insert Member1–N

End of the code.

Example Example

The following example sends the value in cell D16 to the database:

EvSEN(D16,Finance,Salaries,Budget,Jan2008)

End of the example.