C.2 Passing a Parameter to a Viewsheet

Note: to pass a value to a parameterized datasource, prefix the parameter name with “__HYPERLINK_”.

To directly pass parameters to a Viewsheet via the URL, prefix the parameter name with “VSPARAM_”. For example, if the parameter name is param1:

http://localhost:8080/sree/Reports?op=vs&path=/Explore&VSPARAM_param1=val1

The transmitted parameter will be available in the Viewsheet through the parameter script object and in parameterized filtering conditions.

See Also

parameter, in Dashboard Scripting, for information about accessing parameters.

Filter Conditions, in Dashboard Design, for information on parametrizing filters.

<< C.1 Displaying a Viewsheet © 1996-2013 InetSoft Technology Corporation (v11.5) C.3 Displaying a Report >>