Microsoft KB Archive/927955

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


A comma delimiter for a thousand separator does not appear in ProClarity Standard Client

Article ID: 927955

Article Last Modified on 11/28/2006



APPLIES TO

  • ProClarity Analytic Server
  • ProClarity Web Professional 6.2
  • ProClarity Web Professional 6.1
  • ProClarity Desktop Professional 6.2
  • ProClarity Desktop Professional 6.1



SYMPTOMS

You use a comma delimiter for a thousand separator in ProClarity Web Professional. However, the comma delimiter for a thousand separator does not appear in ProClarity Standard Client.

The problem occurs in ProClarity Analytics Server 5.3.

RESOLUTION

To resolve this problem, follow these steps:

  1. In Notepad, open the PGridCtrl.xml file.

    Note By default, the PGridCtrl.xml file is located in the following folder:

    C:\Inetpub\wwwroot\PAS\en\src

  2. Locate the following code:

    <id3 String="." />
    <id4 String=","/>
    <id5 String="$" />
  3. Replace the code that is listed in step 2 with the following code example.

    <id3 String="." />
    <id4 String=" "/>
    <id5 String="$" />


Keywords: kbtshoot kbprb KB927955