Microsoft KB Archive/927955: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - ">" to ">")
 
Line 63: Line 63:
</div></li>
</div></li>
<li><p>Locate the following code:</p>
<li><p>Locate the following code:</p>
<pre class="codesample"><id3 String=&quot;.&quot; /&gt;
<pre class="codesample"><id3 String=&quot;.&quot; />
<id4 String=&quot;,&quot;/&gt;
<id4 String=&quot;,&quot;/>
<id5 String=&quot;$&quot; /&gt;</pre></li>
<id5 String=&quot;$&quot; /></pre></li>
<li><p>Replace the code that is listed in step 2 with the following code example.</p>
<li><p>Replace the code that is listed in step 2 with the following code example.</p>
<pre class="codesample"><id3 String=&quot;.&quot; /&gt;
<pre class="codesample"><id3 String=&quot;.&quot; />
<id4 String=&quot; &quot;/&gt;
<id4 String=&quot; &quot;/>
<id5 String=&quot;$&quot; /&gt;</pre></li></ol>
<id5 String=&quot;$&quot; /></pre></li></ol>





Latest revision as of 10:26, 21 July 2020

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