<?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: EG 8.3 - Keep the Log Summary collapsed by default in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/884332#M43299</link>
    <description>Thank you so much.  I have no idea why I couldn't follow your instructions originally. Everything working beautifully now.</description>
    <pubDate>Tue, 11 Jul 2023 13:59:09 GMT</pubDate>
    <dc:creator>angie16</dc:creator>
    <dc:date>2023-07-11T13:59:09Z</dc:date>
    <item>
      <title>EG 8.3 - Keep the Log Summary collapsed by default</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/751966#M39032</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using SAS Enterprise Guide 8.3 Update 2 (8.3.2.140) (64-Bit) on two different machines, right next to each other. One is running on Windows 10 (SAS 9.4M7) and one on Windows 7 Pro (SAS 9.4M6).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run some code in a SAS Code Node, the Log Summary stays collapsed under Windows 7 but in Windows 10 it is expanded by default. I am prepared to believe that in the Windows 7 installation, which is older by a few months, I have set some option that keeps the Log Summary collapsed until I explicitly want it. I normally have no use for the expanded Log Summary as I always look at the SASLOG directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have set some option, moons ago, I have forgotten what it is. In this case, does anyone know what this option might be ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot believe that the different behaviour I am seeing is due to the different OS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I open a brand new project under Windows 7 Pro and run this bit of test code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data CARS;
 Set SASHELP.CARS;

 RightNow=DateTime();

 Format RightNow E8601DT.;
Run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the Log Summary is nicely collapsed by default and does not hog up a load of vertical screen space, as shown in this screenshot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Enterprise Guide 83 2021-07-04A.png" style="width: 472px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60937i244A859EC383B4D2/image-dimensions/472x316?v=v2" width="472" height="316" role="button" title="SAS Enterprise Guide 83 2021-07-04A.png" alt="SAS Enterprise Guide 83 2021-07-04A.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when I run the same code on the Windows 10 machine, the Log Summary is expanded and I always need to collapse it to get it how I like it, as in this screenshot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Enterprise Guide 83 2021-07-04B.png" style="width: 473px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60939i2D4C6837D39EC0E1/image-dimensions/473x339?v=v2" width="473" height="339" role="button" title="SAS Enterprise Guide 83 2021-07-04B.png" alt="SAS Enterprise Guide 83 2021-07-04B.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone have any clues as to why I am seeing different behaviour here, and how I can tell Enterprise Guide to always keep the Log Summary collapsed until I expend it ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Downunder Dave&lt;BR /&gt;New Zealand&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 10:25:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/751966#M39032</guid>
      <dc:creator>DaveShea</dc:creator>
      <dc:date>2021-07-04T10:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: EG 8.3 - Keep the Log Summary collapsed by default</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/752257#M39035</link>
      <description>thanks my issue has been fixed.</description>
      <pubDate>Tue, 06 Jul 2021 10:41:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/752257#M39035</guid>
      <dc:creator>alexsunny123</dc:creator>
      <dc:date>2021-07-06T10:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: EG 8.3 - Keep the Log Summary collapsed by default</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/752491#M39036</link>
      <description>&lt;P&gt;Would like to have an option to auto-collapse the log summary if nothing is displayed. I uncheck "Notes" normally. In general some more options to customise the ui would be nice.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 04:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/752491#M39036</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-07-07T04:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: EG 8.3 - Keep the Log Summary collapsed by default</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/858779#M42240</link>
      <description>&lt;P&gt;How did you get the log summary to stay collapsed?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 17:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/858779#M42240</guid>
      <dc:creator>angie16</dc:creator>
      <dc:date>2023-02-14T17:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: EG 8.3 - Keep the Log Summary collapsed by default</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/883594#M43268</link>
      <description>&lt;P&gt;Could someone please explain how to keep the log summary collapsed?&amp;nbsp; &amp;nbsp;Every time I run code, it is expanded and does not retain the "collapsed view" after I hit the collapse arrow on the right.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 15:52:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/883594#M43268</guid>
      <dc:creator>angie16</dc:creator>
      <dc:date>2023-07-05T15:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: EG 8.3 - Keep the Log Summary collapsed by default</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/884302#M43293</link>
      <description>&lt;P&gt;Hi Angie,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can tell from my original post, that Log Summary pane drove me batty too.&amp;nbsp; I found the following method works for me on SAS Enterprise guide 8.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This method involves resizing the Log Summary pane by clicking on the horizontal line separating the bottom on the Log Summary pane from the actual Log window itself. I have shown a screenshot with some annotations below. You have to do &lt;U&gt;two&lt;/U&gt; things to get this to work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Ensure that the arrow-head/pin-head button on the far right of the Log Summary pane is in the &lt;STRONG&gt;UP&lt;/STRONG&gt; arrow position. The button has three states that it just cycles round as you click on it, UP, DOWN and PIN-HEAD. &lt;STRONG&gt;IMPORTANT:&lt;/STRONG&gt; Without doing this first step you will probably not be able to do the next step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Now move your mouse pointer onto the horizontal line marking the bottom border of the Log Summary and find that sweet-spot where your mouse pointer turns to the double-headed arrow (pointing up/down). You will need a bit of patience to get the right location. Once you have that double-headed arrow, hold down your left mouse key and you will find that you can drag the horizontal line up or down to re-size the Log Summary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I do not typically use the Log Summary at all, when I am working at a new SAS site, I usually re-size the Log Summary on Day #1, so that only the three buttons labelled [&lt;STRONG&gt;Errors&lt;/STRONG&gt;], [&lt;STRONG&gt;Warnings&lt;/STRONG&gt;] and [&lt;STRONG&gt;Notes&lt;/STRONG&gt;] are visible. These are handy indicators of how many of each type of Log entry a piece of code has generated and also the two arrows immediately to the right of the [Notes] button act as a Go To the Next &amp;lt;&lt;STRONG&gt;ERROR&lt;/STRONG&gt;|&lt;STRONG&gt;WARNING&lt;/STRONG&gt;|&lt;STRONG&gt;NOTE&lt;/STRONG&gt;&amp;gt; in the SASLOG. &lt;EM&gt;This feature is widely overlooked and is a real beauty.&lt;/EM&gt;&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="2023-07-11_21h47_51.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/85713iA8CFE850030F67C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-07-11_21h47_51.png" alt="2023-07-11_21h47_51.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;The Log Summary is not all bad!&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;You may wish to experiment with what that little three-state button on the far right of the Log Summary pane can do for you before you re-size the Log Summary as you may find that just using that button gives you what you need. Of course, if you relent and want a nice bit log Summary panel again, just grab that horizontal line and drag it downwards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that the above helps, good luck.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Downunder Dave&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 10:15:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/884302#M43293</guid>
      <dc:creator>DaveShea</dc:creator>
      <dc:date>2023-07-11T10:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: EG 8.3 - Keep the Log Summary collapsed by default</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/884332#M43299</link>
      <description>Thank you so much.  I have no idea why I couldn't follow your instructions originally. Everything working beautifully now.</description>
      <pubDate>Tue, 11 Jul 2023 13:59:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-8-3-Keep-the-Log-Summary-collapsed-by-default/m-p/884332#M43299</guid>
      <dc:creator>angie16</dc:creator>
      <dc:date>2023-07-11T13:59:09Z</dc:date>
    </item>
  </channel>
</rss>

