<?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: Grouping specific items in a ListBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-specific-items-in-a-ListBox/m-p/1063124#M941734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked like a charm! Thank you very much. This was helpful and taught me how to manipulate tables at the script level. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jan 2016 17:06:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-24T17:06:32Z</dc:date>
    <item>
      <title>Grouping specific items in a ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-specific-items-in-a-ListBox/m-p/1063121#M941731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I am new to this community, thanks in advance for any insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box with different Tasks Numbers (which are coming from an excel file). Each Tasks has an owner (the owner - task relationship isn't listed anywhere). I'd like to be able to Select an owner, and automatically see the tasks owned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List Box Tasks:&lt;BR /&gt;Task 1&lt;BR /&gt;Task 2&lt;BR /&gt;Task 3&lt;/P&gt;&lt;P&gt;Task 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that John owns Task 1, 2, 3, and Bob is the owner of Task4. How can I create a dropdown or a filter which will let me select on "Bob", and I would only see Task1, Task2, Task3? Im open to using expressions, or creating a new object, or dealing with this at the script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 14:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-specific-items-in-a-ListBox/m-p/1063121#M941731</guid>
      <dc:creator />
      <dc:date>2016-01-24T14:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping specific items in a ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-specific-items-in-a-ListBox/m-p/1063122#M941732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on how your data model is structured? Is it something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Owner, Task&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;John, Task 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;John&lt;/SPAN&gt;, Task 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;John&lt;/SPAN&gt;, Task 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bob, Task 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are somehow linked to each other, you can use a text box or any other chart object to show the relationship. Where exactly are you trying to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 16:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-specific-items-in-a-ListBox/m-p/1063122#M941732</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-24T16:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping specific items in a ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-specific-items-in-a-ListBox/m-p/1063123#M941733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add another table to your model (replace YourTaskTable and YourTaskField with the name of the already loaded task table and task field from excel) to make the task - owner relationship&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;left join (YourTaskTable)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Owner, YourTaskField&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;John, Task 1&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;John&lt;/SPAN&gt;, Task 2&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;John&lt;/SPAN&gt;, Task 3&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Bob, Task 4&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;add a listbox with the Owner field&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can do the same adding a sheet to your excel with the relationship and loading the 2 sheets (task, task-owner relationship) from excel into Qlik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 16:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-specific-items-in-a-ListBox/m-p/1063123#M941733</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-01-24T16:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping specific items in a ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-specific-items-in-a-ListBox/m-p/1063124#M941734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked like a charm! Thank you very much. This was helpful and taught me how to manipulate tables at the script level. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 17:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-specific-items-in-a-ListBox/m-p/1063124#M941734</guid>
      <dc:creator />
      <dc:date>2016-01-24T17:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping specific items in a ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-specific-items-in-a-ListBox/m-p/1063125#M941735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can learn a lot (for script level) from this doc &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5698"&gt;LOAD data into QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 08:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-specific-items-in-a-ListBox/m-p/1063125#M941735</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-01-25T08:22:33Z</dc:date>
    </item>
  </channel>
</rss>

