<?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: Table Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927182#M964673</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;U want to restrict the plant value to 600&lt;/P&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;in the script you extract the data ie plant having 600 and give a name for it and use that field in the table box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 11:04:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-07T11:04:08Z</dc:date>
    <item>
      <title>Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927181#M964672</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 need to show my Plant straight table box dimention as default value as 6000. how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101267_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927181#M964672</guid>
      <dc:creator>MuraliPrasath</dc:creator>
      <dc:date>2015-10-07T11:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927182#M964673</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;U want to restrict the plant value to 600&lt;/P&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;in the script you extract the data ie plant having 600 and give a name for it and use that field in the table box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927182#M964673</guid>
      <dc:creator />
      <dc:date>2015-10-07T11:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927183#M964674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the mean of default? Can you elaborate your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927183#M964674</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-10-07T11:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927184#M964675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or Load only dat field and use the where clause&lt;/P&gt;&lt;P&gt;where Plant=600 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927184#M964675</guid>
      <dc:creator />
      <dc:date>2015-10-07T11:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927185#M964676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(isnull(Plant),6000) is that what you are looking?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927185#M964676</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-10-07T11:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927186#M964677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want the entire to filter on Plant 6000 then use triggers&amp;gt; go to document properties&amp;gt; triggers&amp;gt; on Open &amp;gt; add action&amp;gt;select in field&amp;gt; Plant and value 6000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want only in the chart , you can add a calculated dimension like&lt;/P&gt;&lt;P&gt;if(getcurrentselection()=0,if(Plant='6000',Plant),Plant) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927186#M964677</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-07T11:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927187#M964678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not getting you. I need to show only Plant field 6000 value in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927187#M964678</guid>
      <dc:creator>MuraliPrasath</dc:creator>
      <dc:date>2015-10-07T11:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927188#M964679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see in the table box you do not have the option to write any conditions, you need to create a separate field in the script and then use the same in the table box &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927188#M964679</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-07T11:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927189#M964680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You load your table and keep only the plant field,&lt;/P&gt;&lt;P&gt;and use where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plant6000:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Plant&lt;/P&gt;&lt;P&gt;From .......................&lt;/P&gt;&lt;P&gt;Where Plant = 6000 as Plant6000;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927189#M964680</guid>
      <dc:creator />
      <dc:date>2015-10-07T11:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927190#M964681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;Still no luck, I need to show only Plant 6000 in the table. &lt;/P&gt;&lt;P&gt;like this I've to create tables for each Plant 6001,6002,6003 .......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927190#M964681</guid>
      <dc:creator>MuraliPrasath</dc:creator>
      <dc:date>2015-10-07T11:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927191#M964682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Want is the need of creating separate table of each of the values in plant? because say suppose you have around 10 values today and you will create 10 tables . If some more values get added what you will do again you need to create the new tables rite?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you explain what is the business need, we can guide you in the right path &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927191#M964682</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-07T14:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927192#M964683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;since you want to show only plant 6000 as a dimension,&lt;/P&gt;&lt;P&gt;use calculated dimension as&lt;/P&gt;&lt;P&gt;if(plant='6000',plant) &lt;/P&gt;&lt;P&gt;hope its work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 16:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927192#M964683</guid>
      <dc:creator />
      <dc:date>2015-10-07T16:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927193#M964684</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;if you want to go for "straight tables" (my guess, as you mixed it with the term "table box"), you could do so like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_185804_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101323_QlikCommunity_Thread_185804_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_185804_Pic3.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/101342_QlikCommunity_Thread_185804_Pic3.JPG" style="height: 403px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think a pivot table might be the better choice, though:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_185804_Pic2.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/101343_QlikCommunity_Thread_185804_Pic2.JPG" style="height: auto; width: auto;" /&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>Wed, 07 Oct 2015 20:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box/m-p/927193#M964684</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-07T20:34:26Z</dc:date>
    </item>
  </channel>
</rss>

