<?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: PROC TEMPLATE QUESTION to split the label into 2 lines in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842658#M23246</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Santoshrk_0-1667650176197.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76977iE3386597FDFE4373/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Santoshrk_0-1667650176197.png" alt="Santoshrk_0-1667650176197.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I tried both the ways but it is not working. Please let me know if I miss anything. screenshot fo the code attached&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Santoshrk_1-1667650255341.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76978i6C054A1F54B0E57B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Santoshrk_1-1667650255341.png" alt="Santoshrk_1-1667650255341.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 05 Nov 2022 12:11:04 GMT</pubDate>
    <dc:creator>Santoshrk</dc:creator>
    <dc:date>2022-11-05T12:11:04Z</dc:date>
    <item>
      <title>PROC TEMPLATE QUESTION to split the label into 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842622#M23244</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm using the below code to get the label in 2 lines. But for some reason the the text is not splitting into next line. Any Help much appreciated.&amp;nbsp;&lt;BR /&gt;example: "Placebo" in first line and "n/N(Response rate)" in the second line&lt;BR /&gt;sidebar / align = top;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; layout lattice / rows = 2 columns = 2 columnweights = preferred;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; entry halign = left "Placebo(*ESC*)/n/N(Response rate)"/ textattrs = (weight = bold);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; entry halign = left "DRUG_A(*ESC*)/n/N(Response rate)"/ textattrs = (weight = bold);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; endlayout;&lt;BR /&gt;endsidebar;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 23:54:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842622#M23244</guid>
      <dc:creator>Santoshrk</dc:creator>
      <dc:date>2022-11-04T23:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE QUESTION to split the label into 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842636#M23245</link>
      <description>Try these two way:&lt;BR /&gt;&lt;BR /&gt;1)&lt;BR /&gt;entry halign = left "Placebo(*ESC*)/n/N(Response rate)"/ textattrs = (weight = bold);&lt;BR /&gt;--&amp;gt;&lt;BR /&gt;entry halign = left "Placebo(*ESC*)n   n/N(Response rate)"/ textattrs = (weight = bold);&lt;BR /&gt;2)&lt;BR /&gt;--&amp;gt;&lt;BR /&gt;entry halign = left "Placebo  '0D'x  n/N(Response rate)"/ textattrs = (weight = bold);</description>
      <pubDate>Sat, 05 Nov 2022 09:31:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842636#M23245</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-11-05T09:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE QUESTION to split the label into 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842658#M23246</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Santoshrk_0-1667650176197.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76977iE3386597FDFE4373/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Santoshrk_0-1667650176197.png" alt="Santoshrk_0-1667650176197.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I tried both the ways but it is not working. Please let me know if I miss anything. screenshot fo the code attached&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Santoshrk_1-1667650255341.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76978i6C054A1F54B0E57B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Santoshrk_1-1667650255341.png" alt="Santoshrk_1-1667650255341.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 12:11:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842658#M23246</guid>
      <dc:creator>Santoshrk</dc:creator>
      <dc:date>2022-11-05T12:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE QUESTION to split the label into 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842661#M23247</link>
      <description>Can you post a picture of what it looks like vs what you want it to look like (modify with paint)? Can cut out the graph part and just show the label.</description>
      <pubDate>Sat, 05 Nov 2022 13:35:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842661#M23247</guid>
      <dc:creator>JeffMeyers</dc:creator>
      <dc:date>2022-11-05T13:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE QUESTION to split the label into 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842663#M23248</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Santoshrk_0-1667655555228.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76979i45B5A0FD2E177869/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Santoshrk_0-1667655555228.png" alt="Santoshrk_0-1667655555228.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I need the column headers look like in the screenshot above&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 13:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842663#M23248</guid>
      <dc:creator>Santoshrk</dc:creator>
      <dc:date>2022-11-05T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE QUESTION to split the label into 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842713#M23249</link>
      <description>Could try these options ?&lt;BR /&gt;&lt;BR /&gt;  yaxistable subgroup Count Percent ci / VALUEJUSTIFY=center  LABELJUSTIFY=center   ;&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Nov 2022 09:05:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842713#M23249</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-11-06T09:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE QUESTION to split the label into 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842722#M23250</link>
      <description>One thing to know is that you can nest layout statements. So rather than trying to add a line break just add another layout lattice or add a layout gridded with the number of rows you need and split the text:&lt;BR /&gt;Entry 'subgroup'..  ;&lt;BR /&gt;Layout gridded / rows=2;&lt;BR /&gt;   Entry 'column 2 row 1 text';&lt;BR /&gt;   Entry 'column 2 row 2 text';&lt;BR /&gt;Endlayout;&lt;BR /&gt;Layout gridded / rows=2;&lt;BR /&gt;   Entry 'column 3 row 1 text';&lt;BR /&gt;   Entry 'column 3 row 2 text';&lt;BR /&gt;Endlayout;&lt;BR /&gt;Entry 'column 4 text';</description>
      <pubDate>Sun, 06 Nov 2022 11:36:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-TEMPLATE-QUESTION-to-split-the-label-into-2-lines/m-p/842722#M23250</guid>
      <dc:creator>JeffMeyers</dc:creator>
      <dc:date>2022-11-06T11:36:18Z</dc:date>
    </item>
  </channel>
</rss>

