<?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: SHEETS HIDE AND SHOW in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994619#M338592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls attach a qvw , I did the same thing &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 18:23:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-29T18:23:20Z</dc:date>
    <item>
      <title>SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994612#M338585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 3 Sheets labeled Sheet1, Sheet2 and Sheet 3.&amp;nbsp;&amp;nbsp; ON Each Sheet I have 3 buttons, each button is Called as &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sheet1, Sheet2 and Sheet 3. SO when I click on Sheet1, it shows only Sheet1 and hide the other sheets, or if I select Sheet2, it shows, Sheet 2 only and Hide the others. How can I do that&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 17:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994612#M338585</guid>
      <dc:creator />
      <dc:date>2015-10-29T17:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994613#M338586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go on action and select activate sheet (add-action type -layout)and give the sheet id number over there..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 17:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994613#M338586</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2015-10-29T17:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994614#M338587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rehan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make 3 variables (vTab1, vTab2, vTab3) and in the Sheet Properties check the Conditional and add this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Sheet 1:&lt;/P&gt;&lt;P&gt;=vTab1='Yes'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Sheet 2:&lt;/P&gt;&lt;P&gt;=vTab2='Yes'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For Sheet 3:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=vTab3='Yes'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Button 1:&lt;/P&gt;&lt;P&gt;Set Variable&lt;/P&gt;&lt;P&gt;Variable&amp;gt;vTab1;&lt;/P&gt;&lt;P&gt;Value&amp;gt;=if(vTab1='Yes', 'No', 'Yes')&lt;/P&gt;&lt;P&gt;Variable&amp;gt;vTab2&lt;/P&gt;&lt;P&gt;Value&amp;gt; =if(vTab1='Yes', 'No', 'Yes')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variable&amp;gt;vTab3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value&amp;gt; =if(vTab1='Yes', 'No', 'Yes')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Button 2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Set Variable&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variable&amp;gt;vTab2;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value&amp;gt;=if(vTab2='Yes', 'No', 'Yes')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variable&amp;gt;vTab1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value&amp;gt; =if(vTab2='Yes', 'No', 'Yes')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variable&amp;gt;vTab3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value&amp;gt; =if(vTab2='Yes', 'No', 'Yes')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Button 3:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Set Variable&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variable&amp;gt;vTab3;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value&amp;gt;=if(vTab3='Yes', 'No', 'Yes')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variable&amp;gt;vTab2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value&amp;gt; =if(vTab3='Yes', 'No', 'Yes')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variable&amp;gt;vTab1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value&amp;gt; =if(vTab3='Yes', 'No', 'Yes')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This can and should do the trick &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 17:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994614#M338587</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-29T17:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994615#M338588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a variable vbutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Sheet1 - Go to sheet properties- general - conditional enabling - vButton =1.&lt;/P&gt;&lt;P&gt;For button sheet1 - use an action - external - setvariable - (variable - vbutton&amp;nbsp; and value = 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Sheet2 - Go to sheet properties- general - conditional enabling - vButton =2&lt;/P&gt;&lt;P&gt;For button sheet2 - use an action - external - setvariable - (variable - vbutton&amp;nbsp; and value = 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Sheet3 - Go to sheet properties- general - conditional enabling - vButton =3.&lt;/P&gt;&lt;P&gt;For button sheet3 - use an action - external - setvariable - (variable - vbutton&amp;nbsp; and value = 3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work. It is working fine to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994615#M338588</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-29T18:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994616#M338589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didnt work, it HIDES ALL THE SHEET AS u click on each button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994616#M338589</guid>
      <dc:creator />
      <dc:date>2015-10-29T18:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994617#M338590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didnt work for me, can you please attach a qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994617#M338590</guid>
      <dc:creator />
      <dc:date>2015-10-29T18:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994618#M338591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103489_Capture1.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103515_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994618#M338591</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-29T18:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994619#M338592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls attach a qvw , I did the same thing &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994619#M338592</guid>
      <dc:creator />
      <dc:date>2015-10-29T18:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994620#M338593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you guide me how to insert QVW?&lt;/P&gt;&lt;P&gt;I dont see any option. I will post it&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994620#M338593</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-29T18:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994621#M338594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you are having personal edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994621#M338594</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2015-10-29T18:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994622#M338595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right click on tabrow, you will find the image 1 option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you select button object, you will find the second screen shot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994622#M338595</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-29T18:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994623#M338596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached simple example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994623#M338596</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2015-10-29T18:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994624#M338597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rehan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link might help you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/742325"&gt;How to show multiple sheets one sheet each time?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994624#M338597</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2015-10-29T18:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994625#M338598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO its not a PErsonal Edition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994625#M338598</guid>
      <dc:creator />
      <dc:date>2015-10-29T18:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994626#M338599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it on personal edition.Can you tell me how you are doing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994626#M338599</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-29T18:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994627#M338600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activating Sheets example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994627#M338600</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-29T19:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994628#M338601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works great, but here is another problem, I have another sheet which is always there .&amp;nbsp; So when I toggle the buttons, it always activates the First Sheet even though i have the selected sheet as a second sheet, since 1st sheet is alkways there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994628#M338601</guid>
      <dc:creator />
      <dc:date>2015-10-29T19:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994629#M338602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use trigger on open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to document properties - Triggers - OnOpen - AddActions - Setvariable - vbutton =1 &lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103532_Capture.PNG" style="width: 620px; height: 286px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 20:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994629#M338602</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-29T20:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: SHEETS HIDE AND SHOW</title>
      <link>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994630#M338603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you open, it will always to go first sheet. If this is the answer, mention this as an answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 20:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SHEETS-HIDE-AND-SHOW/m-p/994630#M338603</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-29T20:03:53Z</dc:date>
    </item>
  </channel>
</rss>

