<?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: Hide WRS 4.2 data panel by default in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19513#M273</link>
    <description>Giorgio,&lt;BR /&gt;
I think the difference I am seeing is viewing the report from the Portal vs. viewing from the WRS system. I have one report deployed that has the Data View hidden from users, however I am having trouble duplicating. I was beginning to wonder if it was related to the Save button vs. Save As and replace existing. &lt;BR /&gt;
&lt;BR /&gt;
There is some .jsp that you can modify to change whether this is checked by default. &lt;BR /&gt;
&lt;BR /&gt;
&lt;SAS install="" dir=""&gt; / SAS/SASWebReportStudio/4.2/Static/wars/&lt;BR /&gt;
&lt;BR /&gt;
"toggleSidePaneFromViewMenu" function is available at: tiles-components/mainReportLevelMenus.jsp which might get you started.&lt;BR /&gt;
&lt;BR /&gt;
NOTE - Document this change EXTREMELY well. When you are implementing future hotfixes/maintenance releases/versions - there is a possiblility that this file will get replaced.&lt;BR /&gt;
&lt;BR /&gt;
Angela Hall&lt;BR /&gt;
Zencos Consulting&lt;BR /&gt;
&lt;A href="http://www.zencos.com" target="_blank"&gt;http://www.zencos.com&lt;/A&gt;&lt;/SAS&gt;</description>
    <pubDate>Thu, 19 Nov 2009 18:57:06 GMT</pubDate>
    <dc:creator>AngelaHall</dc:creator>
    <dc:date>2009-11-19T18:57:06Z</dc:date>
    <item>
      <title>Hide WRS 4.2 data panel by default</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19510#M270</link>
      <description>Hi all&lt;BR /&gt;
    is it possible to hide, by default, the left data panel in WRS 4.2?&lt;BR /&gt;
I think that is possible, but I can't find anyway to do that. &lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;
Giorgio</description>
      <pubDate>Thu, 19 Nov 2009 08:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19510#M270</guid>
      <dc:creator>Giorgio_sas</dc:creator>
      <dc:date>2009-11-19T08:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hide WRS 4.2 data panel by default</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19511#M271</link>
      <description>SAS Web Report Studio 4.2 has some configurable statements in:&lt;BR /&gt;
&lt;BR /&gt;
&lt;SAS-INSTALLATION-DIRECTORY&gt;\SASWebReportStudio\4.2\Configurables\wars\sas.webreportstudio\WEB-INF&lt;BR /&gt;
&lt;BR /&gt;
(There are 3, pick the one for your web system config.  web.jboss.xml.orig, web.weblogic.xml.orig, web.websphere.xml.orig. I haven't specifically looked for this oprion, but it might be there.) Modifications require a redeploy of the web application.&lt;BR /&gt;
&lt;BR /&gt;
I have noticed that when saving the report from the view screen, with the data panel hidden, the future report viewing shows it hidden.&lt;BR /&gt;
&lt;BR /&gt;
Angela Hall&lt;BR /&gt;
Zencos Consulting&lt;BR /&gt;
&lt;A href="http://www.zencos.com" target="_blank"&gt;http://www.zencos.com&lt;/A&gt;&lt;/SAS-INSTALLATION-DIRECTORY&gt;</description>
      <pubDate>Thu, 19 Nov 2009 13:00:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19511#M271</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2009-11-19T13:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hide WRS 4.2 data panel by default</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19512#M272</link>
      <description>I had already check the xml configuration files and nothing is reported to cover my needed.&lt;BR /&gt;
&lt;BR /&gt;
Are you sure? Because I save my report with data panel hidden, but when I re-open it (logoff and log-on again), the data panel was rendered again. The panel could be hidden for all reports during a WRS session. If you close the the WRS session the data panel will be rendered again for a future session.</description>
      <pubDate>Thu, 19 Nov 2009 17:04:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19512#M272</guid>
      <dc:creator>Giorgio_sas</dc:creator>
      <dc:date>2009-11-19T17:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hide WRS 4.2 data panel by default</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19513#M273</link>
      <description>Giorgio,&lt;BR /&gt;
I think the difference I am seeing is viewing the report from the Portal vs. viewing from the WRS system. I have one report deployed that has the Data View hidden from users, however I am having trouble duplicating. I was beginning to wonder if it was related to the Save button vs. Save As and replace existing. &lt;BR /&gt;
&lt;BR /&gt;
There is some .jsp that you can modify to change whether this is checked by default. &lt;BR /&gt;
&lt;BR /&gt;
&lt;SAS install="" dir=""&gt; / SAS/SASWebReportStudio/4.2/Static/wars/&lt;BR /&gt;
&lt;BR /&gt;
"toggleSidePaneFromViewMenu" function is available at: tiles-components/mainReportLevelMenus.jsp which might get you started.&lt;BR /&gt;
&lt;BR /&gt;
NOTE - Document this change EXTREMELY well. When you are implementing future hotfixes/maintenance releases/versions - there is a possiblility that this file will get replaced.&lt;BR /&gt;
&lt;BR /&gt;
Angela Hall&lt;BR /&gt;
Zencos Consulting&lt;BR /&gt;
&lt;A href="http://www.zencos.com" target="_blank"&gt;http://www.zencos.com&lt;/A&gt;&lt;/SAS&gt;</description>
      <pubDate>Thu, 19 Nov 2009 18:57:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19513#M273</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2009-11-19T18:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide WRS 4.2 data panel by default</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19514#M274</link>
      <description>Giorgio,&lt;BR /&gt;
I submitted your question to tech support without seeing Angela's responses. Sorry Angela!  If you are still having trouble please connect with tech support by clicking on &lt;A href="http://support.sas.com/ctx/supportform" target="_blank"&gt;http://support.sas.com/ctx/supportform&lt;/A&gt; and submitting a request for help.  They should identify you based on what information I gave them.</description>
      <pubDate>Thu, 19 Nov 2009 21:49:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19514#M274</guid>
      <dc:creator>Jenn2</dc:creator>
      <dc:date>2009-11-19T21:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hide WRS 4.2 data panel by default</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19515#M275</link>
      <description>Giorgio,&lt;BR /&gt;
I checked on this problem with our Tech Support and I understand that there has been a defect filed for this problem.  This means that SAS knows that this is a bug in the application and is in the process of finding a solution.</description>
      <pubDate>Fri, 20 Nov 2009 14:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19515#M275</guid>
      <dc:creator>Jenn2</dc:creator>
      <dc:date>2009-11-20T14:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hide WRS 4.2 data panel by default</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19516#M276</link>
      <description>Easy solution: modify AppSrv01/installedApps/&lt;I&gt;yourserver&lt;/I&gt;/SASWebReportStudio4.2.ear/sas.webreportstudio.war/tiles-layouts/stagedViewModeLayout.jsp&lt;BR /&gt;
&lt;BR /&gt;
make sure &lt;BR /&gt;
boolean leftTaskPaneOpen &lt;BR /&gt;
is set to false&lt;BR /&gt;
&lt;BR /&gt;
works for me just fine&lt;BR /&gt;
&lt;BR /&gt;
enjoy

Message was edited by: LG</description>
      <pubDate>Wed, 02 Dec 2009 12:44:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19516#M276</guid>
      <dc:creator>LG</dc:creator>
      <dc:date>2009-12-02T12:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide WRS 4.2 data panel by default</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19517#M277</link>
      <description>Awesome! Thanks LG!&lt;BR /&gt;
I'll have to try this one out.&lt;BR /&gt;
&lt;BR /&gt;
Angela Hall&lt;BR /&gt;
&lt;A href="http://sas-bi.blogspot.com" target="_blank"&gt;http://sas-bi.blogspot.com&lt;/A&gt;</description>
      <pubDate>Wed, 02 Dec 2009 14:09:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Hide-WRS-4-2-data-panel-by-default/m-p/19517#M277</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2009-12-02T14:09:35Z</dc:date>
    </item>
  </channel>
</rss>

