<?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 Need to get rid off Double borders from column and Column Headers in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Need-to-get-rid-off-Double-borders-from-column-and-Column/m-p/751224#M36528</link>
    <description>&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get rid of the extra borders that i am getting at the places highlighted in snapshot. But I am unable to do so. It would be of great help to have your suggestions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS1117106_1-1625058501491.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60838i0AAB84E9750FCA6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS1117106_1-1625058501491.png" alt="SAS1117106_1-1625058501491.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Desired Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS1117106_3-1625058777402.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60840i66A0FBF557A56CAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS1117106_3-1625058777402.png" alt="SAS1117106_3-1625058777402.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;&lt;STRONG&gt;Code that I am using is as below:&lt;/STRONG&gt;&lt;BR /&gt;ods html file="&amp;amp;__snapshot/xx/xx/xx/&amp;amp;tflname..html" ;&lt;/P&gt;&lt;P&gt;proc report data=final split='*' spanrows&lt;BR /&gt;style(report)={rules=none frame=void bordercolor=black Color=black fontfamily = "Times Roman"}&lt;BR /&gt;style(header)={font_size=10pt rules=cols frame=void bordercolor=black Color=black fontfamily = "Times Roman" background=lightgrey}&lt;BR /&gt;style(report)=tableheadercontainer{frame=void }&lt;BR /&gt;style(column)={fontfamily = "Times Roman" font_size=10pt color=black rules=none frame=void};&lt;BR /&gt;column paramcd_ trt&lt;BR /&gt;("^S={rules=all frame=box bordertopwidth=0pt borderrightwidth=1pt borderleftwidth=1pt borderbottomwidth=0pt }HbA1c, LSM (SE)" _1004 _1015 CHG)&lt;BR /&gt;COL4;&lt;/P&gt;&lt;P&gt;define paramcd_/ order order=data noprint;&lt;BR /&gt;define TRT / "Treatment Group" style(header)={rules=all frame=box bordertopwidth=0pt borderrightwidth=1pt borderleftwidth=0pt borderbottomwidth=1pt&lt;BR /&gt;borderrightcolor=black borderleftcolor=white borderbottomcolor=black cellwidth=200 just=l}&lt;BR /&gt;style(column)=[rules=all frame=box bordercolor=black cellwidth=200 just=l];&lt;BR /&gt;define _1004 / "Baseline" style(header)={rules=all frame=box borderbottomwidth=1pt bordertopwidth=1pt borderrightwidth=1pt&lt;BR /&gt;borderbottomcolor=black bordertopcolor=black borderrightcolor=black cellwidth=150 asis=on just=c} center&lt;BR /&gt;style(column)=[rules=all frame=box bordercolor=black cellwidth=150];&lt;BR /&gt;define _1015 / "Week 26" style(header)={rules=all frame=box borderbottomwidth=1pt bordertopwidth=1pt borderrightwidth=1pt&lt;BR /&gt;borderbottomcolor=black bordertopcolor=black borderrightcolor=black cellwidth=150 asis=on just=c} center&lt;BR /&gt;style(column)=[rules=all frame=box bordercolor=black cellwidth=150];&lt;BR /&gt;define chg / "Change from*Baseline*at Week 26" style(header)={rules=all frame=box borderbottomwidth=1pt bordertopwidth=1pt borderrightwidth=1pt&lt;BR /&gt;borderbottomcolor=black bordertopcolor=black borderrightcolor=black cellwidth=150 asis=on just=c} center&lt;BR /&gt;style(column)=[rules=all frame=box bordercolor=black cellwidth=150];&lt;BR /&gt;define col4 / order "LSM Diff at Week 26*A: xxx versus xxx (95% CI), p-value *B: xxx versus xxx (95% CI), p-value* C: xxxx versus xx (95% CI), p-value"&lt;BR /&gt;style(header)={rules=none frame=void asis=on bordertopwidth=0pt borderrightwidth=0pt borderbottomwidth=1pt&lt;BR /&gt;borderbottomcolor=black}&lt;BR /&gt;style(column)={rules=all frame=hsides asis=on just=c borderbottomstyle=single cellwidth=200 borderbottomcolor=black borderbottomwidth=1pt bordertopwidth=0pt borderrightwidth=0pt borderleftwidth=0pt} ;&lt;/P&gt;&lt;P&gt;compute before paramcd_/style=[font_weight=bold font_size=10pt color=black fontfamily = "Times Roman"&lt;BR /&gt;rules=all frame=box bordercolor=black borderrightwidth=0pt bordertopwidth=1pt ];&lt;BR /&gt;line @1 paramcd_ $200.;&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;compute before _page_/style=[font_weight=bold font_size=10pt color=black fontfamily = "Times Roman" rules=all frame=box&lt;BR /&gt;borderbottomwidth=1pt bordertopwidth=0pt borderrightwidth=0pt borderleftwidth=0pt borderbottomcolor=black];&lt;BR /&gt;line @1 "Table XXXX.11.4. Summary and Analysis of HbA1c at Baseline and Week 26";&lt;BR /&gt;line &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/75109"&gt;@30&lt;/a&gt; "All Randomized Patients";&lt;BR /&gt;line &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/75109"&gt;@30&lt;/a&gt; "xxxxx";&lt;BR /&gt;line @1 " ";&lt;BR /&gt;line @1 " ";&lt;BR /&gt;endcomp;&lt;BR /&gt;&lt;BR /&gt;compute after _page_/style=[asis=on font_size=10pt color=black fontfamily = "Times Roman" rules=none frame=void];&lt;BR /&gt;line @1 " ";&lt;BR /&gt;line @1 " ";&lt;BR /&gt;line @1 "Abbreviations: CI = confidence interval; HbA1c = hemoglobin A1c; LSM = least-squares mean; n = number of patients; SE = standard error.";&lt;BR /&gt;line @1 "^{super a} MMRM model for post-baseline measures: Variable = Baseline + Pooled Country + Type of xxx xxx at Randomization + Age Group 1 + Treatment + Time + Treatment*Time (Type III sum of squares).";&lt;BR /&gt;line @1 "^{super b} Baseline multiple imputation model for endpoint measures: Variable = Baseline + Pooled Country + Type of xx xx at Randomization + Age Group 1 + Treatment (Type III sum of squares).";&lt;BR /&gt;line @1 "Sources: /xxx/&amp;amp;env/xx/xxxxxx/xx/xx/xx/xxxx.rtf; xxxx.rtf.";&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;BR /&gt;ods html close;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jun 2021 13:13:58 GMT</pubDate>
    <dc:creator>SAS1117106</dc:creator>
    <dc:date>2021-06-30T13:13:58Z</dc:date>
    <item>
      <title>Need to get rid off Double borders from column and Column Headers</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Need-to-get-rid-off-Double-borders-from-column-and-Column/m-p/751224#M36528</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get rid of the extra borders that i am getting at the places highlighted in snapshot. But I am unable to do so. It would be of great help to have your suggestions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS1117106_1-1625058501491.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60838i0AAB84E9750FCA6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS1117106_1-1625058501491.png" alt="SAS1117106_1-1625058501491.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Desired Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS1117106_3-1625058777402.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60840i66A0FBF557A56CAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS1117106_3-1625058777402.png" alt="SAS1117106_3-1625058777402.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;&lt;STRONG&gt;Code that I am using is as below:&lt;/STRONG&gt;&lt;BR /&gt;ods html file="&amp;amp;__snapshot/xx/xx/xx/&amp;amp;tflname..html" ;&lt;/P&gt;&lt;P&gt;proc report data=final split='*' spanrows&lt;BR /&gt;style(report)={rules=none frame=void bordercolor=black Color=black fontfamily = "Times Roman"}&lt;BR /&gt;style(header)={font_size=10pt rules=cols frame=void bordercolor=black Color=black fontfamily = "Times Roman" background=lightgrey}&lt;BR /&gt;style(report)=tableheadercontainer{frame=void }&lt;BR /&gt;style(column)={fontfamily = "Times Roman" font_size=10pt color=black rules=none frame=void};&lt;BR /&gt;column paramcd_ trt&lt;BR /&gt;("^S={rules=all frame=box bordertopwidth=0pt borderrightwidth=1pt borderleftwidth=1pt borderbottomwidth=0pt }HbA1c, LSM (SE)" _1004 _1015 CHG)&lt;BR /&gt;COL4;&lt;/P&gt;&lt;P&gt;define paramcd_/ order order=data noprint;&lt;BR /&gt;define TRT / "Treatment Group" style(header)={rules=all frame=box bordertopwidth=0pt borderrightwidth=1pt borderleftwidth=0pt borderbottomwidth=1pt&lt;BR /&gt;borderrightcolor=black borderleftcolor=white borderbottomcolor=black cellwidth=200 just=l}&lt;BR /&gt;style(column)=[rules=all frame=box bordercolor=black cellwidth=200 just=l];&lt;BR /&gt;define _1004 / "Baseline" style(header)={rules=all frame=box borderbottomwidth=1pt bordertopwidth=1pt borderrightwidth=1pt&lt;BR /&gt;borderbottomcolor=black bordertopcolor=black borderrightcolor=black cellwidth=150 asis=on just=c} center&lt;BR /&gt;style(column)=[rules=all frame=box bordercolor=black cellwidth=150];&lt;BR /&gt;define _1015 / "Week 26" style(header)={rules=all frame=box borderbottomwidth=1pt bordertopwidth=1pt borderrightwidth=1pt&lt;BR /&gt;borderbottomcolor=black bordertopcolor=black borderrightcolor=black cellwidth=150 asis=on just=c} center&lt;BR /&gt;style(column)=[rules=all frame=box bordercolor=black cellwidth=150];&lt;BR /&gt;define chg / "Change from*Baseline*at Week 26" style(header)={rules=all frame=box borderbottomwidth=1pt bordertopwidth=1pt borderrightwidth=1pt&lt;BR /&gt;borderbottomcolor=black bordertopcolor=black borderrightcolor=black cellwidth=150 asis=on just=c} center&lt;BR /&gt;style(column)=[rules=all frame=box bordercolor=black cellwidth=150];&lt;BR /&gt;define col4 / order "LSM Diff at Week 26*A: xxx versus xxx (95% CI), p-value *B: xxx versus xxx (95% CI), p-value* C: xxxx versus xx (95% CI), p-value"&lt;BR /&gt;style(header)={rules=none frame=void asis=on bordertopwidth=0pt borderrightwidth=0pt borderbottomwidth=1pt&lt;BR /&gt;borderbottomcolor=black}&lt;BR /&gt;style(column)={rules=all frame=hsides asis=on just=c borderbottomstyle=single cellwidth=200 borderbottomcolor=black borderbottomwidth=1pt bordertopwidth=0pt borderrightwidth=0pt borderleftwidth=0pt} ;&lt;/P&gt;&lt;P&gt;compute before paramcd_/style=[font_weight=bold font_size=10pt color=black fontfamily = "Times Roman"&lt;BR /&gt;rules=all frame=box bordercolor=black borderrightwidth=0pt bordertopwidth=1pt ];&lt;BR /&gt;line @1 paramcd_ $200.;&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;compute before _page_/style=[font_weight=bold font_size=10pt color=black fontfamily = "Times Roman" rules=all frame=box&lt;BR /&gt;borderbottomwidth=1pt bordertopwidth=0pt borderrightwidth=0pt borderleftwidth=0pt borderbottomcolor=black];&lt;BR /&gt;line @1 "Table XXXX.11.4. Summary and Analysis of HbA1c at Baseline and Week 26";&lt;BR /&gt;line &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/75109"&gt;@30&lt;/a&gt; "All Randomized Patients";&lt;BR /&gt;line &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/75109"&gt;@30&lt;/a&gt; "xxxxx";&lt;BR /&gt;line @1 " ";&lt;BR /&gt;line @1 " ";&lt;BR /&gt;endcomp;&lt;BR /&gt;&lt;BR /&gt;compute after _page_/style=[asis=on font_size=10pt color=black fontfamily = "Times Roman" rules=none frame=void];&lt;BR /&gt;line @1 " ";&lt;BR /&gt;line @1 " ";&lt;BR /&gt;line @1 "Abbreviations: CI = confidence interval; HbA1c = hemoglobin A1c; LSM = least-squares mean; n = number of patients; SE = standard error.";&lt;BR /&gt;line @1 "^{super a} MMRM model for post-baseline measures: Variable = Baseline + Pooled Country + Type of xxx xxx at Randomization + Age Group 1 + Treatment + Time + Treatment*Time (Type III sum of squares).";&lt;BR /&gt;line @1 "^{super b} Baseline multiple imputation model for endpoint measures: Variable = Baseline + Pooled Country + Type of xx xx at Randomization + Age Group 1 + Treatment (Type III sum of squares).";&lt;BR /&gt;line @1 "Sources: /xxx/&amp;amp;env/xx/xxxxxx/xx/xx/xx/xxxx.rtf; xxxx.rtf.";&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;BR /&gt;ods html close;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 13:13:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Need-to-get-rid-off-Double-borders-from-column-and-Column/m-p/751224#M36528</guid>
      <dc:creator>SAS1117106</dc:creator>
      <dc:date>2021-06-30T13:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get rid off Double borders from column and Column Headers</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Need-to-get-rid-off-Double-borders-from-column-and-Column/m-p/751278#M36532</link>
      <description>&lt;P&gt;Quite often when you do something with left/right/top/bottom border you need to also address the same style item for the bordering cell. If you set borderbottomwidth=0 for a cell then you should try setting bordertopwidth=0 for the cell that appears below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that if you have the same item such as style(report)&amp;nbsp; more than once it is extremely likely that only the last one written gets applied.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No data and too hard to read the code to tell if your specific cell style overrides in the Define statements are conflicting or interacting anywhere.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 14:55:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Need-to-get-rid-off-Double-borders-from-column-and-Column/m-p/751278#M36532</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-06-30T14:55:26Z</dc:date>
    </item>
  </channel>
</rss>

