The menu tool lets you place a drop down menu onto a model information view or an html page.
The fields are:
A formula field that defines the optons that can be selected from the menu. If the result has only a single column, then the values in that column will be used for both the displayed options in the drop down and for the selected value.
If the result has two or more columns, then the first column is used for the menu display and the second column of the corresponding selected row will be the selected value. In the example above, the first column of customertable is client names, while the second are charge rates in dollar/h. Thus selecting Bill results in the corresponding charge rate of 100 dollar/h.
The value associated with the current selection. This is the value returned by referencing the menu without a parameter.
Parameters that can be accessed in the form a.b where a is the tool name and b is the parameter name.