<?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: If nested table contains specific row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320398#M834709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;If(WildMatch(ProductCode, 'JFH*'), OrderId)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or using set analysis&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;OrderId = {"=WildMatch(ProductCode, 'JFH*')"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2017 14:22:54 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-06-06T14:22:54Z</dc:date>
    <item>
      <title>If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320395#M834704</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;BR /&gt;I'm trying to get a list of all orders done that contains a specific productcode that starts with "JFH".&lt;/P&gt;&lt;P&gt;I tried with "Only"-function but I doesn't seem to work. Any help very appreciated, thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&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;OrderId&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;OrderName&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;OrderDate&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Mikael Persson&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2017-01-09&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Invoice:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&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;InvoiceId&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;InvoiceDate&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;OrderId&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;7865&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2017-01-10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InvoiceLine:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&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;InvoiceLineId&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;ProductCode&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;ProductPrice&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;InvoiceId&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;56001&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;JFH-FEE&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7865&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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/If-nested-table-contains-specific-row/m-p/1320395#M834704</guid>
      <dc:creator>flygstolen_fred</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320396#M834706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be trying somethinng like below in set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt; ProductCode = {'JHF-*'} &amp;gt;}&amp;nbsp; OrderID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320396#M834706</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-06T14:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320397#M834707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;try like this &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;productcode like '&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;JFH*&lt;/SPAN&gt;', expression )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320397#M834707</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-06-06T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320398#M834709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;If(WildMatch(ProductCode, 'JFH*'), OrderId)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or using set analysis&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;OrderId = {"=WildMatch(ProductCode, 'JFH*')"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320398#M834709</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-06T14:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320399#M834710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will only find the productcode which starts with JHF, but to find orderid (which can have multiple productcode), we might need to use a search string on OrderId&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320399#M834710</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-06T14:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320400#M834711</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;Thanks all for trying to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe my question wasn't specified enough.&lt;/P&gt;&lt;P&gt;There can be multiple product lines matching a single order and I wanna use a "filter pane", with a true / false statement like: Order contains "JFH-products", true / false. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320400#M834711</guid>
      <dc:creator>flygstolen_fred</dc:creator>
      <dc:date>2017-06-06T14:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320401#M834712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(If(WildMatch(Concat(DISTINCT '|' &amp;amp; ProductCode &amp;amp; '|', ','), '|JFH*|'), 'True', 'False'), OrderId)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320401#M834712</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-06T14:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320402#M834713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks again for trying to help.&lt;/P&gt;&lt;P&gt;That didn't work out for me, only showing the false-alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320402#M834713</guid>
      <dc:creator>flygstolen_fred</dc:creator>
      <dc:date>2017-06-06T14:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320403#M834714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried without success like this:&lt;/P&gt;&lt;P&gt;aggr(Only(if(LEFT(ProductCode, 3) = 'JFH', 'True', 'False')), OrderId)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 15:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320403#M834714</guid>
      <dc:creator>flygstolen_fred</dc:creator>
      <dc:date>2017-06-06T15:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320404#M834715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="165938" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165938_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(If(WildMatch(Concat({1}DISTINCT '|' &amp;amp; ProductCode &amp;amp; '|', ','), '|JFH*|'), 'True', 'False'), OrderId)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 15:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320404#M834715</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-06T15:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320405#M834716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still stucked with only the "false"-alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 15:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320405#M834716</guid>
      <dc:creator>flygstolen_fred</dc:creator>
      <dc:date>2017-06-06T15:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320406#M834717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample where you are trying to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 15:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320406#M834717</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-06T15:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320407#M834718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;I seems to work if the "order" only contains products that fulfills the condition, but not when the order also have other products.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 15:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320407#M834718</guid>
      <dc:creator>flygstolen_fred</dc:creator>
      <dc:date>2017-06-06T15:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320408#M834719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(If(WildMatch(Concat({1}DISTINCT '|' &amp;amp; ProductCode &amp;amp; '|', ','), '*|JFH*|*'), 'True', 'False'), OrderId)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 15:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320408#M834719</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-06T15:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: If nested table contains specific row</title>
      <link>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320409#M834720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for helping out and your patience. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 16:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-nested-table-contains-specific-row/m-p/1320409#M834720</guid>
      <dc:creator>flygstolen_fred</dc:creator>
      <dc:date>2017-06-06T16:08:12Z</dc:date>
    </item>
  </channel>
</rss>

