<?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: show all hidden sheets qlikview with macro? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226541#M868771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maurizio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some research I think it's not possible to show all the sheets through macro. You can use either Ctrl + Shift + S key combination manually or some work around like mentioned above. I tried various various methods but no luck so far. I even tried sendkeys in macro but u&lt;SPAN style="font-size: 13.3333px;"&gt;nfortunately the key specific key combination seems not working. someone has explained the reason in below link. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/24436123/sendkeys-does-not-work-for-a-particular-key-combination-in-qlikview-11" title="http://stackoverflow.com/questions/24436123/sendkeys-does-not-work-for-a-particular-key-combination-in-qlikview-11"&gt;SendKeys does not work for a particular key combination in QlikView 11 - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned by others you can assign variables in each sheet (including hidden) and show / hide them by using macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Nov 2016 17:28:13 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-11-25T17:28:13Z</dc:date>
    <item>
      <title>show all hidden sheets qlikview with macro?</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226535#M868765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i show all hidden sheets qlikview with macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226535#M868765</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: show all hidden sheets qlikview with macro?</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226536#M868766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;press&lt;/P&gt;&lt;P&gt;ctrl+shift+S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will make hidden sheets visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 11:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226536#M868766</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-25T11:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: show all hidden sheets qlikview with macro?</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226537#M868767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do this with a &lt;STRONG&gt;MACRO&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 11:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226537#M868767</guid>
      <dc:creator />
      <dc:date>2016-11-25T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: show all hidden sheets qlikview with macro?</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226538#M868768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then you will have to setup a QV Variable e.g vshow.&lt;/P&gt;&lt;P&gt;then just add this variable with condition vshow=1 only to your hidden sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Unbenannt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144860_Unbenannt.png" style="height: 310px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you are able to set the value vshow by macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function setVariable&lt;/P&gt;&lt;P&gt;set v=ActiveDocument.Variables("vshow")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v.Forcecontent "1",1&lt;/P&gt;&lt;P&gt;END function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 11:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226538#M868768</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-25T11:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: show all hidden sheets qlikview with macro?</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226539#M868769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maurizio, you can add a variable value to the show condition of the sheets, with a macro changing the variable value the sheets will be shown/hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in this case I think it will be better changing the variable value with actions instead of doing it with a macro:&lt;/P&gt;&lt;P&gt;1. Create variable vShowSheets (or the name you want, with default value 1 or 0)&lt;/P&gt;&lt;P&gt;2. Add action 'External'-&amp;gt;Set variable&lt;/P&gt;&lt;P&gt;3. Variable: &lt;SPAN style="font-size: 13.3333px;"&gt;vShowSheets&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;4. Value: If(&lt;SPAN style="font-size: 13.3333px;"&gt;vShowSheets=1, 0, 1)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;5. Add this variable to Sheet conditional show&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 11:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226539#M868769</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-11-25T11:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: show all hidden sheets qlikview with macro?</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226540#M868770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;MACRO:&lt;IMG alt="HideSheet.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144866_HideSheet.gif" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 12:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226540#M868770</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-11-25T12:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: show all hidden sheets qlikview with macro?</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226541#M868771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maurizio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some research I think it's not possible to show all the sheets through macro. You can use either Ctrl + Shift + S key combination manually or some work around like mentioned above. I tried various various methods but no luck so far. I even tried sendkeys in macro but u&lt;SPAN style="font-size: 13.3333px;"&gt;nfortunately the key specific key combination seems not working. someone has explained the reason in below link. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/24436123/sendkeys-does-not-work-for-a-particular-key-combination-in-qlikview-11" title="http://stackoverflow.com/questions/24436123/sendkeys-does-not-work-for-a-particular-key-combination-in-qlikview-11"&gt;SendKeys does not work for a particular key combination in QlikView 11 - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned by others you can assign variables in each sheet (including hidden) and show / hide them by using macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 17:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226541#M868771</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-11-25T17:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: show all hidden sheets qlikview with macro?</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226542#M868772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 10:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-hidden-sheets-qlikview-with-macro/m-p/1226542#M868772</guid>
      <dc:creator />
      <dc:date>2016-12-01T10:23:08Z</dc:date>
    </item>
  </channel>
</rss>

