Show TOC

Syntax documentationEvINP Locate this document in the navigation structure

The EvINP (Input) function allows input into the cell containing the formula, and then sends that input to the server when you submit the schedule.

Syntax

EvINP(AppName,"[dim:]member1","[dim:]member2","[dim:]membern",Value)

Parameter

Parameter

AppName

The name of the application.

[dim:]member1-N

You can specify as many members that you want. Any dimension not specified in the formula is taken from the CurrentView.

Note Note

If the same member name is used in more than one dimension, you must specify the dimension name. Use this syntax: Dimension:member.

End of the note.

Example Example

The following example sends the value entered in the cell, in this case, 1,000,000.00, to the database.

EvInp

("Finance","Salaries","SalesUSEast","Budget","Jan2001",1,000,000.00)

End of the example.