<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Valuedisplay syntax error for Proc sgpanel in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/874229#M23770</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have tried your suggestion and other possible methods also, but still, i am getting error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="raja777pharma_0-1683338234699.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83662i210F4E8C1ED763EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="raja777pharma_0-1683338234699.png" alt="raja777pharma_0-1683338234699.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;</description>
    <pubDate>Sat, 06 May 2023 01:57:32 GMT</pubDate>
    <dc:creator>raja777pharma</dc:creator>
    <dc:date>2023-05-06T01:57:32Z</dc:date>
    <item>
      <title>Valuedisplay syntax error for Proc sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/873786#M23757</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the below error while running proc sgpanel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83582iFD3DC5673FA4E881/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt; proc sgpanel data = plot020a /*(where=(&amp;amp;whr.)) */ dattrmap=mymap /*sganno=anno*/ noautolegend pad=(left=35px);
      panelby avisit / border rowheaderpos =left  columns=1 rows=2 spacing = 0 novarname ONEPANEl uniscale=column HEADERATTRS=(Size=14pt) layout=panel;

     scatter x=aval_&amp;amp;paramcd_x. y=aval_&amp;amp;paramcd_y./ group=apanel_ attrid=trtMap;
     rowaxis label= &amp;amp;rlabel. labelAttrs=(size=8) valueAttrs=(size=10pt)  min=&amp;amp;ymin. max=&amp;amp;ymax. THRESHOLDMIN=1 THRESHOLDMAX=1 grid valueshint;
     colaxis label= &amp;amp;xlabel. labelAttrs=(size=6) valueAttrs=(size=9pt)  min=&amp;amp;xmin. max=2 THRESHOLDMIN=1 THRESHOLDMAX=1 grid valueshint
     /*type=linear*/ fitpolicy=rotate 
    valuesdisplay = ("0" "0.01" "1" "5" "10" "30" "50" "70" "90" "100") 
    values = (-3.000000 -2.000000&amp;nbsp;0.000000&amp;nbsp;0.698970&amp;nbsp;1.000000&amp;nbsp; 1.477121 1.698970&amp;nbsp;1.845098 1.954243 2.000000) 
    offsetmin=0.05 ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Request you please suggest a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 04:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/873786#M23757</guid>
      <dc:creator>raja777pharma</dc:creator>
      <dc:date>2023-05-04T04:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Valuedisplay syntax error for Proc sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/873909#M23767</link>
      <description>&lt;P&gt;That looks like SAS may be complaining about the 0.00000 or possibly some non-printable character in just before.&lt;/P&gt;
&lt;P&gt;I would try deleting the space before 0.00000 and retyping through to the next value in the list.&lt;/P&gt;
&lt;P&gt;Why did you use all those zeroes? I would expect that a single 0 would work.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 15:43:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/873909#M23767</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-04T15:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Valuedisplay syntax error for Proc sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/874229#M23770</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have tried your suggestion and other possible methods also, but still, i am getting error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="raja777pharma_0-1683338234699.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83662i210F4E8C1ED763EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="raja777pharma_0-1683338234699.png" alt="raja777pharma_0-1683338234699.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 01:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/874229#M23770</guid>
      <dc:creator>raja777pharma</dc:creator>
      <dc:date>2023-05-06T01:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Valuedisplay syntax error for Proc sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/874238#M23771</link>
      <description>&lt;P&gt;You changed the values in the list. Did you retype the SPACE before the 0?.&lt;/P&gt;
&lt;P&gt;I don't know what is generating the small dots in the pictures that seem to represent spaces but in that picture there is NOT as dot. Which I think is indicating a different character between the&amp;nbsp; -2 and the 0.&lt;/P&gt;
&lt;P&gt;Try deleting stuff between the -2 0 until you see -20. Then type a space before the 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can't share complete code and example data you may have to contact Tech Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 05:10:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/874238#M23771</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-06T05:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Valuedisplay syntax error for Proc sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/874313#M23772</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for identifying the issue, the space I have reentered and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Raj.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2023 06:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/874313#M23772</guid>
      <dc:creator>raja777pharma</dc:creator>
      <dc:date>2023-05-07T06:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Valuedisplay syntax error for Proc sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/874339#M23773</link>
      <description>Glad to help. &lt;BR /&gt;If you copy text from other sources, like web pages, PDF or word processor documents sometimes you get one of the formatting characters that is not visible in the editor and causes this. I've even seen some cases where there was not even a visible space but an extra character was there.</description>
      <pubDate>Sun, 07 May 2023 16:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Valuedisplay-syntax-error-for-Proc-sgpanel/m-p/874339#M23773</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-07T16:27:18Z</dc:date>
    </item>
  </channel>
</rss>

