DISPLAY Parameter

The DISPLAY parameter is used to specify which display should be loaded by the Proficy Portal server. This parameter is valid only as long as the integrated environment starts in Client Display mode.

NOTE: The display name parameter is case sensitive.

Possible Values

Any valid Proficy Portal Display name. You must include the full path to the display. The full path may begin at `AllUsers\displays' or `Users\username\displays' and must include all subfolders.

Example 1

To load the Overview display in the root folder (AllUsers\displays\), the following URL would be used:

http://localhost/ProficyPortal/Default.asp?DISPLAY=AllUsers\displays\Overview

Example 2

To load a display called TimeTrending that exists for a specific user (jsmith) in a subfolder called Trending, the following URL would be used:

http://localhost/ProficyPortal/Default.asp?DISPLAY=Users\jsmith\displays\Trending\TimeTrending

NOTE: Display names are case sensitive. The display name passed must be specified in the same case as the saved display.