<?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: Special Select in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Special-Select/m-p/1707524#M723432</link>
    <description>&lt;P&gt;Can try rebuild table as following&lt;/P&gt;&lt;P&gt;Box, SKU&lt;/P&gt;&lt;P&gt;A,1&lt;/P&gt;&lt;P&gt;A,2&lt;/P&gt;&lt;P&gt;A,3&lt;/P&gt;&lt;P&gt;B,2&lt;/P&gt;&lt;P&gt;B,3&lt;/P&gt;&lt;P&gt;B,4 ........&lt;/P&gt;&lt;P&gt;Choose 1, show A. Choose 2, show A,B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2020 15:42:39 GMT</pubDate>
    <dc:creator>YJ_SG</dc:creator>
    <dc:date>2020-06-02T15:42:39Z</dc:date>
    <item>
      <title>Special Select</title>
      <link>https://community.qlik.com/t5/QlikView/Special-Select/m-p/1707495#M723429</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an interesting scenario that I am trying to find a solution to. Maybe it is already been discussed, but I did not find it and so posting here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scenario: In the database I have this table of what SKUs are consisted in what Box:&amp;nbsp;&lt;/P&gt;&lt;TABLE width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64"&gt;Box&amp;nbsp;&lt;/TD&gt;&lt;TD width="64"&gt;SKU&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;1, 2, 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;2, 3, 4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;3, 4, 5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;6, 7, 8&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Outcome: I should be able to show different Boxes based on my SKU selection.&lt;/P&gt;&lt;TABLE width="232"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="93"&gt;SKU Selection&lt;/TD&gt;&lt;TD width="139"&gt;Expected Result&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;A, B, C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1, 2&lt;/TD&gt;&lt;TD&gt;A, B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6, 7, 8&lt;/TD&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I am looking for a way to select a SKU to show all the combinations of that SKU (Tough to put it in words for me). Hopefully I am explaining that in the example above little more clearly &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;~Himanhsu&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/74080"&gt;@Miguel&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-Select/m-p/1707495#M723429</guid>
      <dc:creator>hibhardwaj</dc:creator>
      <dc:date>2024-11-16T18:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Special Select</title>
      <link>https://community.qlik.com/t5/QlikView/Special-Select/m-p/1707509#M723430</link>
      <description>&lt;P&gt;Hi, maybe loading each Box and SKU combination in a difffernt row, so you can selct any value you want and keep the relations of those values.&lt;/P&gt;&lt;P&gt;This can be done with Subfield without 3rd parameter:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD Box,
  Subfield(SKU, ',') as SKU
From/Resident...&lt;/LI-CODE&gt;&lt;P&gt;For the expected result you can use concat:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Concat(Distinct Box)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 02 Jun 2020 14:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-Select/m-p/1707509#M723430</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-06-02T14:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Special Select</title>
      <link>https://community.qlik.com/t5/QlikView/Special-Select/m-p/1707520#M723431</link>
      <description>&lt;P&gt;Thanks for your reply. But the question is- which I should have mentioned in the original post- I am trying to avoid to run the query wide open for ALL the Boxes. There may be other BOXes in the database that may have SKUs 12, 13, 14, 15, etc. I am trying to exclude such BOXes that dont contain a single SKU that is needed for analysis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if I am not making sense &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;~Himanshu&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 15:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-Select/m-p/1707520#M723431</guid>
      <dc:creator>hibhardwaj</dc:creator>
      <dc:date>2020-06-02T15:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Special Select</title>
      <link>https://community.qlik.com/t5/QlikView/Special-Select/m-p/1707524#M723432</link>
      <description>&lt;P&gt;Can try rebuild table as following&lt;/P&gt;&lt;P&gt;Box, SKU&lt;/P&gt;&lt;P&gt;A,1&lt;/P&gt;&lt;P&gt;A,2&lt;/P&gt;&lt;P&gt;A,3&lt;/P&gt;&lt;P&gt;B,2&lt;/P&gt;&lt;P&gt;B,3&lt;/P&gt;&lt;P&gt;B,4 ........&lt;/P&gt;&lt;P&gt;Choose 1, show A. Choose 2, show A,B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 15:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-Select/m-p/1707524#M723432</guid>
      <dc:creator>YJ_SG</dc:creator>
      <dc:date>2020-06-02T15:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Special Select</title>
      <link>https://community.qlik.com/t5/QlikView/Special-Select/m-p/1707697#M723433</link>
      <description>&lt;P&gt;Hi, I don't have a clear undertanding of what is needed. You are already retrieving all the data you need? Or you want some way to filter the querys to database?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 06:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-Select/m-p/1707697#M723433</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-06-03T06:34:21Z</dc:date>
    </item>
  </channel>
</rss>

