<?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>NeilH Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>NeilH Tracker</description>
    <pubDate>Sun, 19 Apr 2026 06:29:47 GMT</pubDate>
    <dc:date>2026-04-19T06:29:47Z</dc:date>
    <item>
      <title>Re: Proc odstext produces uneven spacing in PDF output using inline style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-odstext-produces-uneven-spacing-in-PDF-output-using-inline/m-p/946803#M26774</link>
      <description>&lt;P&gt;This simple addition suggested to me from SAS technical support did the trick - adding 'dpi=600' to the ods pdf statement like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;ods pdf file="&amp;amp;folder&amp;amp;filename&amp;amp;extension" startpage=no dpi=600;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 15:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-odstext-produces-uneven-spacing-in-PDF-output-using-inline/m-p/946803#M26774</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-10-09T15:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc odstext produces uneven spacing in PDF output using inline style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-odstext-produces-uneven-spacing-in-PDF-output-using-inline/m-p/945968#M26766</link>
      <description>&lt;P&gt;It is a bit frustrating. : ) All good thoughts, but at this point, I'm checking to see if there's a way to correct the spacing with the bold, italics, ... w/o changing anything else about the text. From what I've seen in responses to a couple of past similar questions, there may not be a straightforward solution due to font incompatibilities, as you point out. But if someone has worked&amp;nbsp; it out, I'd welcome hearing. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 14:47:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-odstext-produces-uneven-spacing-in-PDF-output-using-inline/m-p/945968#M26766</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-10-02T14:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc odstext produces uneven spacing in PDF output using inline style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-odstext-produces-uneven-spacing-in-PDF-output-using-inline/m-p/945945#M26764</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;. thanks for the quick reply. I've bumped into the same problem with italics and underlining. So it's not specific to bold. And I do need to create a PDF directly. &lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 14:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-odstext-produces-uneven-spacing-in-PDF-output-using-inline/m-p/945945#M26764</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-10-02T14:16:34Z</dc:date>
    </item>
    <item>
      <title>Proc odstext produces uneven spacing in PDF output using inline style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-odstext-produces-uneven-spacing-in-PDF-output-using-inline/m-p/945826#M26762</link>
      <description>&lt;P&gt;I'm trying to write to a pdf file using proc odstext and getting additional spaces before some of the words I'm applying the inline style to. This seems to occur regardless of the actual style attribute (bold, italic, underline, ...). I noticed an almost identical post (&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TEXT-produces-uneven-spacing-in-PDF-output-using-inline/td-p/302373" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TEXT-produces-uneven-spacing-in-PDF-output-using-inline/td-p/302373&lt;/A&gt;) from some years back that wasn't resolved. And another post that mentions some Microsoft specific fonts causing issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue doesn't occur without the inline style command or with html output to the browser rather than creating a pdf. It also doesn't matter whether the text comes from a macro variable or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm including code and example output. You can see the additional spaces before some of the bolded numbers in the text. I appreciate anyone's thoughts on this matter. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let school = "Acme U";
goptions reset=all device=SASPRTC;
ods _ALL_ close;
%let folder = M:\Engagement Surveys - 2024\Scratch\;
%let filename = %sysfunc(dequote(&amp;amp;school));
%let extension = .pdf;
options nodate;
ods pdf file="&amp;amp;folder&amp;amp;filename&amp;amp;extension" startpage=no;

data _null_;
set qc_temp1;
call symputx('faculty', f_count);
call symputx('students', s_count);
run;

ods proclabel = "Introduction";
proc odstext pagebreak = YES;
ods escapechar='^';

p
"Nationally, ^{style[font_weight=Bold]134} member institutions responded to the survey. Across those institutions, 
^{style[font_weight=Bold]675} individual faculty members and ^{style[font_weight=Bold]1,124} 
students responded. At your institution, ^{style[font_weight=Bold]&amp;amp;faculty.} faculty and ^{style[font_weight=Bold]&amp;amp;students.} 
students responded." /
style = {font_size=14pt just=l width=100%};

run;

ods pdf close; 
ods listing; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pdf_output.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100790iFF92457E81DE5B23/image-size/large?v=v2&amp;amp;px=999" role="button" title="pdf_output.PNG" alt="pdf_output.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 18:31:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-odstext-produces-uneven-spacing-in-PDF-output-using-inline/m-p/945826#M26762</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-10-01T18:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Headers and Footers in PDF Output on pages with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Headers-and-Footers-in-PDF-Output-on-pages-with-SGPLOT/m-p/944308#M25044</link>
      <description>&lt;P&gt;Thanks, I'll check it out. I also found this paper:&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings19/3644-2019.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings19/3644-2019.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 19:35:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Headers-and-Footers-in-PDF-Output-on-pages-with-SGPLOT/m-p/944308#M25044</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-09-17T19:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Headers and Footers in PDF Output on pages with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Headers-and-Footers-in-PDF-Output-on-pages-with-SGPLOT/m-p/944292#M25042</link>
      <description>&lt;P&gt;Definitely agree &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin&lt;/a&gt;, separating the graph title and footnote from the header/footer on a page would be a very nice add in SAS. But your solution gets me very close, so thank you for that. I just need to investigate the sganno option further to work out the placement of both the graph title and footnote on the graph. I'm seeing that there can be multiple rows of text data in the dataset that gets referenced by the option.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 17:24:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Headers-and-Footers-in-PDF-Output-on-pages-with-SGPLOT/m-p/944292#M25042</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-09-17T17:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Headers and Footers in PDF Output on pages with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Headers-and-Footers-in-PDF-Output-on-pages-with-SGPLOT/m-p/944265#M25040</link>
      <description>&lt;P&gt;Thank you for your response. I do see how setting the title and footnote at the beginning will display it on each page. The issue that I still have - and seen on your output - is that the title and footnote of the sgplot should only appear as part of the chart rather than on each page as well. &lt;FONT size="3"&gt;Is there a way to treat the title and footnote specific to the sgplot calls separately from the global header/footer that appears on every page of the output?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Header on every page:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NeilH_0-1726579769141.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100445i4BA278B219EA8E0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NeilH_0-1726579769141.png" alt="NeilH_0-1726579769141.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;Footer on every page:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;©2024: Engagement Survey from American Council of Academic Physical Therapy (ACAPT – &lt;A href="http://www.acapt.org/excellence" target="_blank" rel="noopener"&gt;www.acapt.org/excellence&lt;/A&gt;) All rights reserved – September 2024)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then on the pages with sgplot output, in addition to the global header/footer, display the title and footnote of the graph within its borders.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NeilH_0-1726580622519.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100446i07724E3C60DA892B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NeilH_0-1726580622519.png" alt="NeilH_0-1726580622519.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 13:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Headers-and-Footers-in-PDF-Output-on-pages-with-SGPLOT/m-p/944265#M25040</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-09-17T13:50:49Z</dc:date>
    </item>
    <item>
      <title>Headers and Footers in PDF Output on pages with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Headers-and-Footers-in-PDF-Output-on-pages-with-SGPLOT/m-p/944139#M25035</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to create pdf output that includes multiple runs of sgplot so that the same global header and footer appears on every page. I can get them to appear on pages with only text, but am not sure how to display them on pages with sgplot output. The sgplots themselves have titles and footers within their borders.&lt;BR /&gt;&lt;BR /&gt;In the example below, the header and footnote print on the title page. I would like them to also appear in the subsequent page with the sgplot output. The actual report would have many sgplot calls.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I appreciate anyone's insight on this. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Create test dataset */&lt;BR /&gt;data test1;
input var $ rating1 survey $ source $ section $;
datalines;
f_pr_inst_mean   68 Faculty Acme U  Program
f_pr_national_mean 79 Faculty National Program
s_pr_inst_mean  81 Student Acme U  Program
s_pr_national_mean 78 Student National Program
f_fa_inst_mean  78 Faculty Acme U  Faculty
f_fa_national_mean 86 Faculty National Faculty
s_fa_inst_mean  89 Student Acme U  Faculty
s_fa_national_mean 83 Student National Faculty
f_in_inst_mean  77 Faculty Acme U  Institution
f_in_national_mean 69 Faculty National Institution
s_in_inst_mean  66 Student Acme U  Institution
s_in_national_mean 76 Student National Institution
f_le_inst_mean  89 Faculty Acme U  Leadership
f_le_national_mean 78 Faculty National Leadership
f_ed_inst_mean  75 Faculty Acme U  Education
f_ed_national_mean 84 Faculty National Education
s_ed_inst_mean  83 Student Acme U  Education
s_ed_national_mean 73 Student National Education
;
run;
&lt;BR /&gt;&lt;BR /&gt;/* Output to pdf */
%let school = "Acme U";
goptions reset=all device=SASPRTC;
ods _ALL_ close; 
%let folder = M:\Engagement Surveys - 2024\Scratch\;
%let filename = %sysfunc(dequote(&amp;amp;school));
%let extension = .pdf;
ods pdf (id=1) file="&amp;amp;folder&amp;amp;filename&amp;amp;extension";
options nodate;
&lt;BR /&gt;&lt;BR /&gt;/* Title page with header and footer */
proc odstext;
ods escapechar='~';
title j=r "~S={preimage='C:\Users\nhurwitz\OneDrive - ACAPT\Documents\CoE logo.png' just=c}";
footnote justify=c height=6pt color=black
"©2024: Engagement Survey from  American Council of Academic Physical Therapy (ACAPT – www.acapt.org/excellence) All rights reserved – September 2024)"; 

p '2024 ENGAGEMENT SURVEY MEMBER REPORT:' /
style = {font_weight=bold font_size=18pt just=c width=100% verticalalign=top};
p &amp;amp;school /
style = {font_weight=bold font_size=16pt just=c width=100%};
&lt;BR /&gt;&lt;BR /&gt;/* Sgplot on separate page - no header or footer currently */
ods proclabel = "Section Charts";
proc sgplot data=test1 description="Faculty Survey Response by Section: Institution vs. National";
styleattrs DATACOLORS=(CX94c25b CX8e4133);
title 'Faculty Survey Response by Section: Institution vs. National'; 
where survey = 'Faculty';
vbar section / response=rating1 datalabel=rating1 group=source groupdisplay=cluster clusterwidth=.50 name="vbars";
yaxis label='Level of Agreement' values=(0, 33, 67, 100, 110) valuesdisplay=("Disagree (0)" "Somewhat Disagree (33)" "Somewhat Agree (67)" "Agree (100)");
xaxis display=(nolabel);
keylegend "vbars" / title="";
footnote height=.75 "Bar values represent the average responsive value of students or faculty members across questions in the section";

ods html(id=1) close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 21:12:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Headers-and-Footers-in-PDF-Output-on-pages-with-SGPLOT/m-p/944139#M25035</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-09-16T21:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting PDF output to appear as HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Formatting-PDF-output-to-appear-as-HTML-output/m-p/939314#M24920</link>
      <description>&lt;P&gt;Thanks, that's helpful. Changing the pdf style to Htmlblue does change the coloring scheme, so it's definitely&amp;nbsp; having an effect. Although the title and y-axis labels still appear to be left justified - or just out of alignment compared to the html output. Exactly as before for the text positioning. I don't know if there are other ods commands that need to be called to reposition the title and y-axis label text into more standard positions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html close;
ods pdf file='M:\Engagement Surveys - 2024\Scratch\output.pdf' style=HTMLBlue;
proc sgplot data=rc_temp6;
title 'Faculty Survey Response by Section: Institute vs. National'; 
where survey = 'Faculty';
vbar section / response=rating1 datalabel=rating1 group=source groupdisplay=cluster clusterwidth=.50;
yaxis label='Level of Agreement' values=(0, 33, 67, 100) valuesdisplay=("Disagree (0)" "Somewhat Disagree (33)" "Somewhat Agree (67)" "Agree (100)");
xaxis display=(nolabel);
footnote "N: Institute = 10, National = 100";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Aug 2024 18:41:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Formatting-PDF-output-to-appear-as-HTML-output/m-p/939314#M24920</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-08-14T18:41:53Z</dc:date>
    </item>
    <item>
      <title>Formatting PDF output to appear as HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Formatting-PDF-output-to-appear-as-HTML-output/m-p/939284#M24916</link>
      <description>&lt;P&gt;Hello - I'm creating a bar chart with sgplot that produces both html and pdf output. The html formatting is perfect on-screen, while the pdf doesn't display nearly as well, having both layout (title, y-axis labels) and font differences. I'm attaching both charts below. Are there ODS commands - or another way - to guide the pdf formatting so that it appears nearly identical to the html output? I appreciate anyone's help with this. Thanks.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bar char - html.PNG" style="width: 673px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99268i7BA1C1DAEB3B0CB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bar char - html.PNG" alt="Bar char - html.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bar char - pdf.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99269iDBCB0794F021E799/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bar char - pdf.PNG" alt="Bar char - pdf.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=rc_temp6;
title 'Faculty Survey Response by Section: Institute vs. National'; 
where survey = 'Faculty';
vbar section / response=rating1 datalabel=rating1 group=source groupdisplay=cluster clusterwidth=.50;
yaxis label='Level of Agreement' values=(0, 33, 67, 100) valuesdisplay=("Disagree (0)" "Somewhat Disagree (33)" "Somewhat Agree (67)" "Agree (100)");
xaxis display=(nolabel);
footnote "N: Institute = 10, National = 100";
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Aug 2024 17:13:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Formatting-PDF-output-to-appear-as-HTML-output/m-p/939284#M24916</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-08-14T17:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Label Vertices of Radar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Label-Vertices-of-Radar-Chart/m-p/937527#M24863</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 20:21:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Label-Vertices-of-Radar-Chart/m-p/937527#M24863</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-07-29T20:21:06Z</dc:date>
    </item>
    <item>
      <title>Label Vertices of Radar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Label-Vertices-of-Radar-Chart/m-p/937510#M24856</link>
      <description>&lt;P&gt;Hello, is it possible to label the values of the vertices of a radar chart similar to how the bars of a bar chart can be labeled with their values? In this example, the values 68.1 and 79.7 would be labeled along the Program dimension (section variable). I understand it's not quite the same, but wanted to check if it was possible. Thanks.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data rc_temp5;
input var $ rating1 survey $ source $ section $;
cards;
f_pr_inst_mean  68.1 Faculty Institute Program
f_pr_national_mean 79.7 Faculty National Program
f_fa_inst_mean  78.6 Faculty Institute Faculty
f_fa_national_mean 86.3 Faculty National Faculty
f_in_inst_mean  76.0 Faculty Institute Institution
f_in_national_mean 67.3 Faculty National Institution
f_le_inst_mean  88.9 Faculty Institute Leadership
f_le_national_mean 76.8 Faculty National Leadership
f_ed_inst_mean  75.2   Faculty Institute Education
f_ed_national_mean 84.0 Faculty National Education
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc gradar data=rc_temp5;
where survey = 'Faculty';
chart section / 
freq=rating1 
overlay=source
cstarfill=(CX7C95CA CXDE7E6F)
starfill=(empty empty)
cframe= beige
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NeilH_2-1722277791616.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/98799iA1B0965A674A6E27/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NeilH_2-1722277791616.png" alt="NeilH_2-1722277791616.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>Mon, 29 Jul 2024 18:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Label-Vertices-of-Radar-Chart/m-p/937510#M24856</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-07-29T18:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart not Not Displaying as Expected</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Clustered-Bar-Chart-not-Not-Displaying-as-Expected/m-p/937128#M24846</link>
      <description>&lt;P&gt;Thanks for the tip. I edited my post to paste in the code.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 14:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Clustered-Bar-Chart-not-Not-Displaying-as-Expected/m-p/937128#M24846</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-07-25T14:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart not Not Displaying as Expected</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Clustered-Bar-Chart-not-Not-Displaying-as-Expected/m-p/937126#M24845</link>
      <description>&lt;P&gt;Thank you, Rick. That worked!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 14:54:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Clustered-Bar-Chart-not-Not-Displaying-as-Expected/m-p/937126#M24845</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-07-25T14:54:39Z</dc:date>
    </item>
    <item>
      <title>Clustered Bar Chart not Not Displaying as Expected</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Clustered-Bar-Chart-not-Not-Displaying-as-Expected/m-p/937109#M24842</link>
      <description>&lt;P&gt;I'm trying to create a clustered bar chart where the two bars within each cluster are side by side without space in between. My code is separating the clusters by bar color, but doesn't seem to be doing it spatially. I've tried adjusting both the barwidth and clusterwidth options unsuccessfully. They both seem to be affecting just the bar widths.&amp;nbsp; I appreciate assistance on getting the display right. My data, code, and results are below. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="248"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="91.4667px"&gt;InstAll&lt;/TD&gt;
&lt;TD width="104.717px"&gt;pr1&lt;/TD&gt;
&lt;TD width="42.4833px"&gt;d1&lt;/TD&gt;
&lt;TD width="68.3167px"&gt;survey&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="91.4667px"&gt;f_pr_score1&lt;/TD&gt;
&lt;TD width="104.717px"&gt;25&lt;/TD&gt;
&lt;TD width="42.4833px"&gt;25.0&lt;/TD&gt;
&lt;TD width="68.3167px"&gt;Faculty&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="91.4667px"&gt;s_pr_score1&lt;/TD&gt;
&lt;TD width="104.717px"&gt;55.66666667&lt;/TD&gt;
&lt;TD width="42.4833px"&gt;55.7&lt;/TD&gt;
&lt;TD width="68.3167px"&gt;Student&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="91.4667px"&gt;f_pr_mean1&lt;/TD&gt;
&lt;TD width="104.717px"&gt;59.86574737&lt;/TD&gt;
&lt;TD width="42.4833px"&gt;59.9&lt;/TD&gt;
&lt;TD width="68.3167px"&gt;Faculty&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="91.4667px"&gt;s_pr_mean1&lt;/TD&gt;
&lt;TD width="104.717px"&gt;60.67674272&lt;/TD&gt;
&lt;TD width="42.4833px"&gt;60.7&lt;/TD&gt;
&lt;TD width="68.3167px"&gt;Student&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data temp4;
input install $11. pr1 d1 survey $;
cards;
f_pr_score1 25 25.0 Faculty
s_pr_score1 55.66666667 55.7 Student
f_pr_mean1 59.86574737 59.9 Faculty
s_pr_mean1 60.67674272 60.7 Student
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=temp4;
title 'A student body that reflects the diversity of society at large';
vbar install / response=pr1 datalabel=d1 barwidth=.25 group=survey groupdisplay=cluster;
yaxis label='Rating';
xaxis values=('f_pr_score1' 'f_pr_mean1' 's_pr_score1' 's_pr_mean1') 
	  valuesdisplay=('Faculty Rating' 'Faculty National Mean' 'Student Rating' 'Student National Mean')
 	  display=(nolabel);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditorNeilH_2" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NeilH_3-1721915260370.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/98715i4D50039920196AA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NeilH_3-1721915260370.png" alt="NeilH_3-1721915260370.png" /&gt;&lt;/span&gt;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 14:45:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Clustered-Bar-Chart-not-Not-Displaying-as-Expected/m-p/937109#M24842</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-07-25T14:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a single bar chart from multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926626#M364649</link>
      <description>Perfect! Thank you.</description>
      <pubDate>Wed, 01 May 2024 15:50:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926626#M364649</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-05-01T15:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a single bar chart from multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926618#M364641</link>
      <description>&lt;P&gt;Worked perfectly, Reeza!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My one issue with the current labels I have, is that&amp;nbsp; a few of them are quite long and crowd out the chart. I'll research this, but if you know of a word wrap option that can be applied to the labels in sgplot or an alternative, that would be great. I think I see how to add a line break in the label itself when it's set -&amp;nbsp;(*ESC*){unicode '000a'x}. But it's not appearing as I'd hope in the chart itself. Below is an example of a lengthy label without a newline in it. The chart displays perfectly for shorter labels.&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="NeilH_0-1714574283094.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96094i821F9CADB3E6D98B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NeilH_0-1714574283094.png" alt="NeilH_0-1714574283094.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>Wed, 01 May 2024 14:38:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926618#M364641</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-05-01T14:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a single bar chart from multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926492#M364587</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your solution to my bar chart question was elegant and works. One minor additional question. Is it possible to display the labels I have for options1-options4 for the x-axis labeling rather than the variable names?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code based on your answer is what I have below. Both q_7760_bn1 and q7760_bn2 have labels associated with them from the original dataset (ips.allvars3) that I see with a proc contents on summary_results.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&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="NeilH_1-1714493531383.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96057i2596B3AB6BF62B44/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NeilH_1-1714493531383.png" alt="NeilH_1-1714493531383.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods select none;&lt;BR /&gt;ods output summary=summary_results;&lt;BR /&gt;proc means data=ips.allvars3 stackods mean;&lt;BR /&gt;var q7760_bn1 q7760_bn2;&lt;BR /&gt;run;&lt;BR /&gt;ods select all;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=summary_results;&lt;BR /&gt;vbarparm response=mean category=variable;&lt;BR /&gt;format mean percent12.1;&lt;BR /&gt;label mean = 'Response';&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 16:12:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926492#M364587</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-04-30T16:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a single bar chart from multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926486#M364583</link>
      <description>&lt;P&gt;Thank you. That's perfect!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 15:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926486#M364583</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-04-30T15:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a single bar chart from multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926478#M364580</link>
      <description>Your solution works just about perfectly for me. Is it possible just to display the % of 1s in the bars rather than having them as stacked bars that total 100%?</description>
      <pubDate>Tue, 30 Apr 2024 15:04:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926478#M364580</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-04-30T15:04:41Z</dc:date>
    </item>
  </channel>
</rss>

