<?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 Hi, Please Answer !!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hi-Please-Answer/m-p/1445612#M803324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 tables, 1 for Sales, 2 table for Purchase. On top i have created 2 buttons-- Show Sales, Show Purchase.&lt;/P&gt;&lt;P&gt;When i click on Show Sales Button Prechase table will Disappear , and&lt;/P&gt;&lt;P&gt;When i click on Show Purchase Button Sales table will Disappear. How can i achieve this ????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>ramcena306</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Hi, Please Answer !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Please-Answer/m-p/1445612#M803324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 tables, 1 for Sales, 2 table for Purchase. On top i have created 2 buttons-- Show Sales, Show Purchase.&lt;/P&gt;&lt;P&gt;When i click on Show Sales Button Prechase table will Disappear , and&lt;/P&gt;&lt;P&gt;When i click on Show Purchase Button Sales table will Disappear. How can i achieve this ????&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/Hi-Please-Answer/m-p/1445612#M803324</guid>
      <dc:creator>ramcena306</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, Please Answer !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Please-Answer/m-p/1445613#M803325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use conditional statement in layout for the tables.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Please-Answer/m-p/1445613#M803325</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-11-09T13:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, Please Answer !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Please-Answer/m-p/1445614#M803326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;something like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Please-Answer/m-p/1445614#M803326</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-09T13:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, Please Answer !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Please-Answer/m-p/1445615#M803327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;Create a new variable. Let's call it &lt;SPAN style="font-family: 'courier new', courier;"&gt;vShowSalesOrPurchase&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Create a Sales button and add an action that sets &lt;SPAN style="font-family: 'courier new', courier;"&gt;vShowSalesOrPurchase&lt;/SPAN&gt; to 1&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Create a Purchase button and add an action that sets &lt;SPAN style="font-family: 'courier new', courier;"&gt;vShowSalesOrPurchase&lt;/SPAN&gt; to 2&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Create a Sales table/chart and in Layout set the conditional show expression to &lt;SPAN style="font-family: 'courier new', courier;"&gt;vShowSalesOrPurchase = 1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Create a Purchase table/chart and in Layout set the conditional show expression to &lt;SPAN style="font-family: 'courier new', courier;"&gt;vShowSalesOrPurchase = 2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Please-Answer/m-p/1445615#M803327</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-11-09T13:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, Please Answer !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Please-Answer/m-p/1445616#M803328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Peter, Thank You. It Helps !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Please-Answer/m-p/1445616#M803328</guid>
      <dc:creator>ramcena306</dc:creator>
      <dc:date>2017-11-09T13:35:44Z</dc:date>
    </item>
  </channel>
</rss>

