inputs allows for user-supplied params at runtime. variables are for temporary storage.
details here
http://www.jackbe.com/prestodocs/v2.6.1/prestolibrary/PrestoLibrary.1.16...
raj. chief masher @ jackbe
hi raj
Thanks for your inputs
i am just wondering if we can use input and variables interchangebly
e.g.
in assign statement
<variable name="myString" type="string"/>
<assign fromexpr="$fastserxml/SearchResponse" outputvariable="myString" />
now should fastserxml be declared as a variable or is it ok if its declared as input type




hi guys Is whats the difference between the
<input name="aString" type="text" />and<variables></variables><variable name="cvsString" type="string"></variable>