<?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 HOW TO MANIPULATE PRODUCT_TYPE TABLE? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HOW-TO-MANIPULATE-PRODUCT-TYPE-TABLE/m-p/162748#M36142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonothan,&lt;/P&gt;&lt;P&gt;Where do i put the commands inside ?&lt;/P&gt;&lt;P&gt;=wildmatch(GetFieldSelections('product_type'), 'CHOCOLATE') &amp;gt; 0&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;=wildmatch(GetFieldSelections('product_type'), 'STRAWBERRY') &amp;gt; 0&lt;/P&gt;&lt;P&gt;Where do i put those commands under ?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 07:00:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-16T07:00:55Z</dc:date>
    <item>
      <title>HOW TO MANIPULATE PRODUCT_TYPE TABLE?</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-MANIPULATE-PRODUCT-TYPE-TABLE/m-p/162746#M36140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a PRODUCT_TYPE table, whic has CHOCOLATE and STRAWBERRY in it. Each of this 2 products has a selling price table, which includes the FOB, CIF, ENDUSER, BP so and and so forth.&lt;/P&gt;&lt;P&gt;1) When i click the CHOCOLATE table, i want the selling price table of he CHOCOLATE component to come out.&lt;/P&gt;&lt;P&gt;2)When i click the STRAWBERRY table, i want the selling price table of the STRAWBERRY component to come out, at the same time, for the CHOCOLATE selling price table to get minimized.&lt;/P&gt;&lt;P&gt;3) When i click the CHOCOLATE table, i want the selling price table of he CHOCOLATE component to come out, at the same time for the STRAWBERRY selling price table to get minimized.&lt;/P&gt;&lt;P&gt;(The selling price table is a CHART by the way)&lt;/P&gt;&lt;P&gt;Is there any way for me to accomplish this ? Using triggers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 01:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-MANIPULATE-PRODUCT-TYPE-TABLE/m-p/162746#M36140</guid>
      <dc:creator />
      <dc:date>2011-03-16T01:11:30Z</dc:date>
    </item>
    <item>
      <title>HOW TO MANIPULATE PRODUCT_TYPE TABLE?</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-MANIPULATE-PRODUCT-TYPE-TABLE/m-p/162747#M36141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You don't need to use macros or triggers, I would suggest conditional display for the chocolate and strawberry tables. The show condition would be something like:&lt;/P&gt;&lt;P&gt;=wildmatch(GetFieldSelections('product_type'), 'CHOCOLATE') &amp;gt; 0&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;=wildmatch(GetFieldSelections('product_type'), 'STRAWBERRY') &amp;gt; 0&lt;/P&gt;&lt;P&gt;This is fine if you have a couple of tables, but less so if there are a lot of these tables.&lt;/P&gt;&lt;P&gt;If you could possibly have more than 6 product_type selections active at any time, then you will need to modify the expressions:&lt;/P&gt;&lt;P&gt;=wildmatch(GetFieldSelections('product_type', ',', nnn), 'CHOCOLATE') &amp;gt; 0 where nnn is the maximum number of prodcut_type selections you want to be able.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 06:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-MANIPULATE-PRODUCT-TYPE-TABLE/m-p/162747#M36141</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-03-16T06:13:03Z</dc:date>
    </item>
    <item>
      <title>HOW TO MANIPULATE PRODUCT_TYPE TABLE?</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-MANIPULATE-PRODUCT-TYPE-TABLE/m-p/162748#M36142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonothan,&lt;/P&gt;&lt;P&gt;Where do i put the commands inside ?&lt;/P&gt;&lt;P&gt;=wildmatch(GetFieldSelections('product_type'), 'CHOCOLATE') &amp;gt; 0&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;=wildmatch(GetFieldSelections('product_type'), 'STRAWBERRY') &amp;gt; 0&lt;/P&gt;&lt;P&gt;Where do i put those commands under ?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 07:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-MANIPULATE-PRODUCT-TYPE-TABLE/m-p/162748#M36142</guid>
      <dc:creator />
      <dc:date>2011-03-16T07:00:55Z</dc:date>
    </item>
    <item>
      <title>HOW TO MANIPULATE PRODUCT_TYPE TABLE?</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-MANIPULATE-PRODUCT-TYPE-TABLE/m-p/162749#M36143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For each of the charts: Properties | Layout tab, Show Conditional&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 07:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-MANIPULATE-PRODUCT-TYPE-TABLE/m-p/162749#M36143</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-03-16T07:15:11Z</dc:date>
    </item>
    <item>
      <title>HOW TO MANIPULATE PRODUCT_TYPE TABLE?</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-MANIPULATE-PRODUCT-TYPE-TABLE/m-p/162750#M36144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonathan,&lt;/P&gt;&lt;P&gt;I tried putting in the 2 formulas. But i don't understand what is the function of it ? as in, what do these formulas do, or what are they supposed to do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 08:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-MANIPULATE-PRODUCT-TYPE-TABLE/m-p/162750#M36144</guid>
      <dc:creator />
      <dc:date>2011-03-16T08:28:00Z</dc:date>
    </item>
  </channel>
</rss>

