Microsoft KB Archive/927934

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 13:18, 21 July 2020 by X010 (talk | contribs) (Text replacement - "&" to "&")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


You cannot resize a ProClarity Analytics Server view when you open the view from the My KPIs section in ProClarity Dashboard Server

Article ID: 927934

Article Last Modified on 2/7/2007



APPLIES TO

  • ProClarity Dashboard Server



SYMPTOMS

When you open a ProClarity Analytics Server (PAS) view from the My KPIs section in ProClarity Dashboard Server 6.0, you cannot resize the view.

RESOLUTION

To resolve this issue, you must change the Include.asp file. To do this, follow these steps.

Note We strongly recommend that you make a copy of the original Include.asp file before you change the file.

  1. In Notepad, open the Include.asp file.

    By default, the file is in the C:\Inetpub\wwwroot\pds folder.
  2. Locate line 19, and then replace this line with the following code:

    report = window.open(relPath + "/Analysis.asp?page=" + reportID + 
    "&homeTabVisible=false&bbCtrlVisible=false&bannerVisible=false", "_Report_window",
    "height=400,width=700,toolbar,location,status,scrollbars,resizable");
  3. Save the file, and then exit Notepad.


Keywords: kbtshoot kbprb KB927934