<?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: How to display data in Table box ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891135#M1006597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter now Its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 19:33:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-20T19:33:32Z</dc:date>
    <item>
      <title>How to display data in Table box ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891128#M1006590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to QlikView, Can any one help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my table box i have a division field and i want to display records only for divisionid 1 and 2 and for other values it should display error message. I have written condition DivisionID=1 or DivisionID=2 but when i am trying to select both 1 and 2 then it is showing error message . How to display 1 and 2 records together when i select both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 18:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891128#M1006590</guid>
      <dc:creator />
      <dc:date>2015-05-19T18:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data in Table box ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891129#M1006591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you show.us what you got so far with screenshots or upload your qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 17:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891129#M1006591</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-20T17:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data in Table box ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891130#M1006592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A &lt;STRONG&gt;TableBox&lt;/STRONG&gt; wont let you do much. Perhaps use a regular &lt;STRONG&gt;Straight Table&lt;/STRONG&gt; will allow this to be much easier?&lt;/P&gt;&lt;P&gt;But if you have to use a &lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;TableBox&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; &lt;/SPAN&gt;then you may have to embed the logic at the script level since this object type doesn't allow expressions. as Peter mentioned please post examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 18:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891130#M1006592</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-05-20T18:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data in Table box ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891131#M1006593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use expressions in a table box.&lt;/P&gt;&lt;P&gt;Try using a Straight Table instead as this is more versatile as you can add Dimensions and Expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table box is best considered as a set of linked list boxes - a table box lists the unique data vales across the fields in the table box, not does not show all data rows.&lt;/P&gt;&lt;P&gt;So if a set of data is repeated within your data, it will only show once in a table box not 4 times, whereas a chart (straight table) will sum the 4 values correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 18:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891131#M1006593</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-05-20T18:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data in Table box ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891132#M1006594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it something like this you had in mind? It is best solved with a Straight Table - I don't think you could do it properly in a Table Box at all - have a look at the attached QVW to see how it has been done:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-05-20 #1.PNG" class="jive-image image-1" src="/legacyfs/online/87067_2015-05-20 #1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 18:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891132#M1006594</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-20T18:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data in Table box ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891133#M1006595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I have attached Screen shots . In Table box Properties i have written DivisionID=1 or DivisionID=2 in Caluculation Condition. In the 3rd Image when i select 1 and 2 together it is showing an error but i want to get the data of both 1 and 2. Is there any way to get the data of both 1 and 2 (Or) Correct me if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Img1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87083_Img1.png" style="height: 255px; width: 620px;" /&gt;&lt;IMG alt="Img2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/87084_Img2.png" style="height: 255px; width: 620px;" /&gt;&lt;IMG alt="Img3.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/87087_Img3.png" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 19:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891133#M1006595</guid>
      <dc:creator />
      <dc:date>2015-05-20T19:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data in Table box ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891134#M1006596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could have either of these two expression as Conditional Show expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Max(DivisionID)&amp;lt;=2&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Max(DivisionID)=2 OR Max(DivisionID)=1&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 19:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891134#M1006596</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-20T19:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data in Table box ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891135#M1006597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter now Its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 19:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-in-Table-box/m-p/891135#M1006597</guid>
      <dc:creator />
      <dc:date>2015-05-20T19:33:32Z</dc:date>
    </item>
  </channel>
</rss>

