<?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: How do I add a newline to a label in PROC GKPI? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-add-a-newline-to-a-label-in-PROC-GKPI/m-p/664762#M198654</link>
    <description>&lt;P&gt;You might try Title statements instead of label.&lt;/P&gt;
&lt;PRE&gt;title "COVID in the Community";
title2 "&amp;amp;ComCases.";&lt;/PRE&gt;
&lt;P&gt;or other title numbers if you already have one. This would also allow the use of the TITLE appearance options.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jun 2020 19:55:40 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-06-24T19:55:40Z</dc:date>
    <item>
      <title>How do I add a newline to a label in PROC GKPI?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-add-a-newline-to-a-label-in-PROC-GKPI/m-p/664748#M198645</link>
      <description>&lt;P&gt;I am developing a gauge report that needs to include the actual value as well as the formatted category value of the measure.&amp;nbsp; I would like to have the actual value presented in the label below the measure label and the formatted value below the gauge.&amp;nbsp; I have tried to embed&amp;nbsp; ^[newline] escape characters in the label option, but that doesn't seem to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;code:&lt;/P&gt;
&lt;P&gt;ods escapechar="^";&lt;/P&gt;
&lt;P&gt;proc gkpi mode=basic;&lt;BR /&gt;speedometer actual=&amp;amp;ComCases. bounds=(0 1 5 15 25 35)&lt;BR /&gt;/ type=half&lt;BR /&gt;colors=(cx0000ff cx008000 cxFFFF00 cxFFA500 cxFF0000) &lt;BR /&gt;lfont=(f="Albany AMT" height=1cm)&lt;BR /&gt;label="COVID in the Community ^{newline 2} &amp;amp;ComCases."&lt;BR /&gt;name="community" &lt;BR /&gt;format="ComLev." &lt;BR /&gt;afont=(height=.5cm);&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 19:09:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-add-a-newline-to-a-label-in-PROC-GKPI/m-p/664748#M198645</guid>
      <dc:creator>Jim_Cooper_hmsa</dc:creator>
      <dc:date>2020-06-24T19:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a newline to a label in PROC GKPI?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-add-a-newline-to-a-label-in-PROC-GKPI/m-p/664762#M198654</link>
      <description>&lt;P&gt;You might try Title statements instead of label.&lt;/P&gt;
&lt;PRE&gt;title "COVID in the Community";
title2 "&amp;amp;ComCases.";&lt;/PRE&gt;
&lt;P&gt;or other title numbers if you already have one. This would also allow the use of the TITLE appearance options.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 19:55:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-add-a-newline-to-a-label-in-PROC-GKPI/m-p/664762#M198654</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-06-24T19:55:40Z</dc:date>
    </item>
  </channel>
</rss>

