<?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: ODS Proc Report - Trouble with conditional formatting with compute statement - Sizing of Ggchart/Report in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98959#M3688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is from the proc report.&amp;nbsp; I keeping getting an error with the compute OR at least I think it's coming from compute section.&amp;nbsp; Why can't it find gender_?&amp;nbsp; It is in the input file?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NOTE: Variable &lt;STRONG&gt;gender_&lt;/STRONG&gt; is uninitialized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: There were 40 observations read from the data set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WORK.GENDER_FINAL_REPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE REPORT used (Total process time):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;real time 0.10 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cpu time 0.09 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2012 23:26:37 GMT</pubDate>
    <dc:creator>LindaH1120</dc:creator>
    <dc:date>2012-04-30T23:26:37Z</dc:date>
    <item>
      <title>ODS Proc Report - Trouble with conditional formatting with compute statement - Sizing of Ggchart/Report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98956#M3685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using SAS 9.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to get &lt;STRONG&gt;only&lt;/STRONG&gt; some columns to conditionally format.&amp;nbsp; Well, I am sucessfull in getting &lt;STRONG&gt;all&lt;/STRONG&gt; columns to format, now I only want Female columns to be highlighted.&amp;nbsp; No matter what I try, both male and females are highlighted.&amp;nbsp; Here is my latest attempt: (Arg!&amp;nbsp; why do I always have trouble with cut and paste!)&amp;nbsp;&amp;nbsp; I have attached my code and report sample!&amp;nbsp; Notice that I conditionally format cells using a a couple of proc formats!&amp;nbsp; (Plus I have changed the names of variables, etc for confidentiality)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a proc gchart above the proc report.&amp;nbsp; The dimensions are on the gchart are as small as far as I need, but I need to shrink the width and height of the proc report.&amp;nbsp; I think I understand how to control size parameters in proc gchart, but not really with the proc report.&amp;nbsp; I need to fit as much data as possible on the page.&amp;nbsp; I have 400+ gchart/proc reports to create! Suggestions on shrinking the font and/or size of the proc report would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus, when the gchart and proc report are placed on the .rtf page, there are two lines in between them.&amp;nbsp;&amp;nbsp;&amp;nbsp; How can I place the proc report higher on the page?&amp;nbsp;&amp;nbsp; I need to add a title to the top of the page, so I need another couple lines for space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I remove the header cells (the entire row)&amp;nbsp; for gender_ in the across variable?&amp;nbsp; I don't need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your opinion, can I fit more on a .pdf than a .rtf?&amp;nbsp; I don't care what ODS output I use, just as long as I can print it and it's legible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linda&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 18:45:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98956#M3685</guid>
      <dc:creator>LindaH1120</dc:creator>
      <dc:date>2012-04-30T18:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Proc Report - Trouble with conditional formatting with compute statement - Sizing of Ggchart/Report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98957#M3686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are using gender as an ACROSS variable if you want to reference the MALE and FEMALE columns in the report you need to reference them by column number and not by variable name.&amp;nbsp; See if you can get it to work that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise perhaps you can just transform the data so that the male and female number as stored in separate variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 21:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98957#M3686</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-04-30T21:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Proc Report - Trouble with conditional formatting with compute statement - Sizing of Ggchart/Report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98958#M3687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have thought about creating separate variables for male and female.&amp;nbsp; However, I don't want to LOSE the across functionality.&amp;nbsp;&amp;nbsp; I need to show the ratings1-5, SD and count by each gender. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I reference by column number?&amp;nbsp; Is that _col_=4 for gender?&amp;nbsp; I have coded SAS for many years, but never proc report.&amp;nbsp; So, this all seems so strange to me!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 21:24:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98958#M3687</guid>
      <dc:creator>LindaH1120</dc:creator>
      <dc:date>2012-04-30T21:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Proc Report - Trouble with conditional formatting with compute statement - Sizing of Ggchart/Report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98959#M3688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is from the proc report.&amp;nbsp; I keeping getting an error with the compute OR at least I think it's coming from compute section.&amp;nbsp; Why can't it find gender_?&amp;nbsp; It is in the input file?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NOTE: Variable &lt;STRONG&gt;gender_&lt;/STRONG&gt; is uninitialized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: There were 40 observations read from the data set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WORK.GENDER_FINAL_REPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE REPORT used (Total process time):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;real time 0.10 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cpu time 0.09 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 23:26:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98959#M3688</guid>
      <dc:creator>LindaH1120</dc:creator>
      <dc:date>2012-04-30T23:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Proc Report - Trouble with conditional formatting with compute statement - Sizing of Ggchart/Report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98960#M3689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I answered this in your other posting. Or rather, I made some suggestions. Usually when you get "unitialized" messages, it is because you are using the wrong reference. For example, run the code below and examine the output from each step for a better understanding about how to reference absolute columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods listing close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\across1.html' style=sasweb;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;** Default;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.class nowd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title '1) default appearance';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;column sex age,height;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define sex / group;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define age / across;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define height / mean;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;** User-defined format for all HEIGHT values;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc format;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; value ah low-55.999 = 'pink'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 56-63.999 = 'cyan'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 64-69.999 = 'yellow'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70-high = 'verylightblue'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; other = 'cxdddddd';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\across2.html' style=sasweb;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.class nowd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title '2) With User-Defined Format';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;column sex age,height;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define sex / group;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define age / across ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define height / mean style(column)={background=ah.};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;** With CALL DEFINE for ALL columns;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\across3.html' style=sasweb;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.class nowd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title '3) With CALL DEFINE Format for HEIGHT';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title2 'height will have format, but weight will not';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;column sex age,(height weight);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define sex / group;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define age / across ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define height / mean;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define weight / mean;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;compute height;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; call define(_col_,'style','style={background=ah.}');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;endcomp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;** With CALL DEFINE on only some across items;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\across4.html' style=sasweb;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.class nowd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title '4) With CALL DEFINE Format on _C#_';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;column sex age,(height weight);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define sex / group;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define age / across ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define height / mean;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define weight / mean;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;compute height;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; /* _c2_ is height/age=11&amp;nbsp; _c3_ is weight/age=11*/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; call define('_c2_','style','style={background=ah.}');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; /* _c4_ is height/age=12 */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; call define('_c4_','style','style={background=ah.}');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; /* _c6_ is height/age=13 */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; call define('_c6_','style','style={background=ah.}');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; /* do NOT apply format to height for ages 14 and 15 */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; /* age=14 _c8_=height, _c9_=weight */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; /* age=15 _c10_=height, _c11_=weight */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; /* _c12_ is height/age=16 */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; call define('_c12_','style','style={background=ah.}');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;endcomp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html close;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 01:36:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98960#M3689</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-05-01T01:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Proc Report - Trouble with conditional formatting with compute statement - Sizing of Ggchart/Report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98961#M3690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I get it!!!!&amp;nbsp; You actually count the columns in the report!&amp;nbsp; So simple, yet so elusive!&amp;nbsp; The conditional cell highlighting now works!!!!!&amp;nbsp; Terrific!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing the work of a third party vendor.&amp;nbsp; I have put my neck on the line stating that I can create 400+ reports/barchart combos in SAS!&amp;nbsp; I am very close to finalizing the first template, which is the hardest part.&amp;nbsp; You have helped tremendously!&amp;nbsp; I love to make SAS a favorite analyst tool for everyone, not just me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU! THANK YOU!&amp;nbsp; THANK YOU!!!!!!!!! &lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 17:42:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Proc-Report-Trouble-with-conditional-formatting-with-compute/m-p/98961#M3690</guid>
      <dc:creator>LindaH1120</dc:creator>
      <dc:date>2012-05-01T17:42:59Z</dc:date>
    </item>
  </channel>
</rss>

