Legacy Syntax For Stratum View URL’s

The Default.aspx and ViewWindow.aspx syntax has been replaced by the StratumView.aspx syntax. While the Default.aspx and ViewWindow.aspx syntax will continue to work, it is recommended that you convert any old syntax to use the new StratumView.aspx syntax. The old syntax is shown in the table below. We recommend replacing any references to Default.aspx and ViewWindow.aspx in old URL’s with the newer page StratumView.aspx.

Full details about the latest syntax for URL’s that run views can be found in the topic Syntax For Customizing URL’s Used To Share Views.

Item

Old Format & Values

Required?

*.aspx file nameused in the URL

ViewWindow.aspx or Default.aspx

Note: The *.aspx used determines if the top frame and left panel display. To show, Default.aspx is used in URL. To hide, ViewWindow.aspx is used in URL. As of Stratum 7.3, the top frame and left panel are known as the top panel and Stratum View Pane.

Yes

Grid toolbar icons and paging icons

Two pieces of syntax are used in combination with each other to control whether all, some, or none of the toolbar shows above a view. They are IsHideToolbar and IsHideToobarIcon. Examples follow.

To show all parts of the toolbar, leave the syntax at its default of &IsHideToolbar=false&IsHideToobarIcon=false in your URL.

To hide all parts of the toolbar, use the syntax &IsHideToolbar=true&IsHideToobarIcon=true in your URL.

To hide the paging icons and show just the main icons in the toolbar, use the syntax &IsHideToolbar=true&IsHideToobarIcon=false in your URL.

To show just the paging icons and hide all other icons in the toolbar, use the syntax &IsHideToolbar=false&IsHideToobarIcon=true in your URL.

No

If syntax is not included, toolbar and paging icons will show

View name above grid

To show, use IsHideViewName=False

To hide, use IsHideViewName=True

No

If syntax is not included, view name will show.

Logo displayed above a view’s grid, to right of the view name

To show, use IsHideViewImage=False

To hide, use IsHideViewImage=True

Note: A logo that applies to all views can be defined in the Views section of the Application window by administrators. The logo is an image meant to show up above a view grid, to the right of a view’s name. Setting the IsHideViewImage to False won’t have any impact on views run from a URL unless a logo has also been defined in the Application window.

No

If syntax is not included, logo will show (if one has been specified).

View Filter section

To show, use IsHideViewFilter=False

To hide, use IsHideViewFilter=True

No

If syntax is not included, view filter will show.

View Explorer

To let the display of view explorer be controlled by the “User Options” of the person running the URL, leave IsHideExplorer blank or don’t use the syntax in the URL. It’s blank by default in URL’s copied from the View URL window that’s accessed from the Stratum View Pane.

IsHideViewExplorer=

Set the item to True or False if you want the URL to control the display of view explorer. The URL will ignore the view explorer “User Options” setting of the person running the URL.

To show, use IsHideExplorer=False

To hide, use IsHideExplorer=True

No

If syntax is not included, user options control the view explorer display.

Navigation Panel

To let the display of the navigation panel be controlled by the “User Options” of the person running the URL, leave IsHideNavigationPanel blank or don’t use the syntax in the URL. It’s blank by default in URL’s copied from the View URL window that’s accessed from the Stratum View Pane.

IsHideNavigationPanel=

Set the item to True or False if you want the URL to control the display of the navigation panel. The URL will ignore the navigation panel “User Options” setting of the person running the URL.

To show, use IsHideNavigationPanel=False

To hide, use IsHideNavigationPanel=True

No

If syntax is not included, user options control the navigation panel display.

Syntax For Passing Stratum Parameters In URL’s (examples)

Stratum Parameters

&vp:

If your view uses Stratum Parameters and you want to specify a filter using the Stratum Parameters, the syntax is as follows.

&vp:<Stratum Select Member Parameter Name>=<Values to filter>

&vp:<Stratum Drop Down Parameter Name>=<Value to filter>

&vp:<Stratum User List Parameter Name>=<User List ID to filter>

&vp:<Stratum Expression Parameter Name>=<Expression to filter>

Notes: A semi-colon is used to separate multiple values specified for a Select Members type of parameter.

If you want all members considered by a Select Members or Drop Down parameter, then you need to specify “All <name of the hierarchy associated with the parameter>” as the parameter value
.
The specified values for each parameter in the URL will either be included or excluded from view results based on how that parameter’s Filter Mode is configured in Viewer. If a parameter has a mode of “Include”, the values passed along to the view by the URL will be returned as part of view results. If a parameter has a mode of “Exclude”, the values passed along the view by the URL will not be part of view results – all member values except the ones specified by the URL will be a part of view results.

Optional; use if filtering by Stratum Parameters