<?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: Displaying table box data by using two buttons. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725263#M1068068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Swathi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;See the attached example. You can use simple "Select in Field" action in both the buttons.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Sep 2014 08:25:40 GMT</pubDate>
    <dc:creator>IAMDV</dc:creator>
    <dc:date>2014-09-07T08:25:40Z</dc:date>
    <item>
      <title>Displaying table box data by using two buttons.</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725260#M1068065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two buttons Order A and Order B and a table box.If I click on Order A button I need to display Order A data in table box and same way for order B.&lt;/P&gt;&lt;P&gt;We can display data by using list box selections.But I need to show table box data by using Buttons.&lt;/P&gt;&lt;P&gt;So how we can do it any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="50" style="border: 1px solid #000000; width: 128px; height: 7px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Button1 where ordertype=A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="100" style="border: 1px solid #000000; width: 256px; height: 101px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Order&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;CustomerName&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Linda&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Baker&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;butler&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;boom&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;dp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;jak&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 08:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725260#M1068065</guid>
      <dc:creator />
      <dc:date>2014-09-07T08:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying table box data by using two buttons.</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725261#M1068066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SwathiRaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why don't you use bookmarks as trigger actions for your two buttons?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean, create a bookmark with selection on Order = A and another bookmark with selection B.&lt;/P&gt;&lt;P&gt;Then you can use these bookmarks in your two buttons accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 08:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725261#M1068066</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2014-09-07T08:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying table box data by using two buttons.</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725262#M1068067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you are&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 08:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725262#M1068067</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-09-07T08:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying table box data by using two buttons.</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725263#M1068068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Swathi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;See the attached example. You can use simple "Select in Field" action in both the buttons.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 08:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725263#M1068068</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-09-07T08:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying table box data by using two buttons.</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725264#M1068069</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;have a look at attached application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 08:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725264#M1068069</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-07T08:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying table box data by using two buttons.</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725265#M1068070</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;another solution with Listboxes pretending to be buttons (i.e. no triggers and actions needed):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="66162" alt="QlikCommunity_Thread_132226_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66162_QlikCommunity_Thread_132226_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="66163" alt="QlikCommunity_Thread_132226_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66163_QlikCommunity_Thread_132226_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 13:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-table-box-data-by-using-two-buttons/m-p/725265#M1068070</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-07T13:04:38Z</dc:date>
    </item>
  </channel>
</rss>

