<?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: Combining Several Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010934#M526823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i found three things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option sometimes was in a delimitted format:&amp;nbsp;&amp;nbsp;&amp;nbsp; Category A or Category C&lt;/P&gt;&lt;P&gt;-&amp;gt; i used subfield to turn it into components and associate both categories to the record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table had Year and Mission as well so i created a compound key to filter the combination of #,Year, and MIssion by category... not just #. Let me know if you need to change that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a typo in your load script on the first tab. One of hte loads loaded a field named 'misson' instead of 'mission' creating a duplicate table in your data model. unneeded (i think).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 21:47:48 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2015-12-14T21:47:48Z</dc:date>
    <item>
      <title>Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010924#M526813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for a way to combine several fields I imported from an excel sheet.&amp;nbsp; Each row has a unique number and 3 options with text.&amp;nbsp; I want to be able to click on one selection field and make it search through all three of them.&amp;nbsp; At the same time I want to maintain the ability to have the separate also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Norman Rea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 13:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010924#M526813</guid>
      <dc:creator />
      <dc:date>2015-12-14T13:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010925#M526814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share some raw data with the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 15:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010925#M526814</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-14T15:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010926#M526815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can consider transforming your cross table to a straight table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CROSSTABLE (Option, Text)&lt;/P&gt;&lt;P&gt;LOAD Number, Option1, Option2, Option3&lt;/P&gt;&lt;P&gt;FROM ExcelFile.xls (...);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can search Text field for entry in any Option fields, or limit Option field to search for specific options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 15:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010926#M526815</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-14T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010927#M526816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is sample data.&amp;nbsp; While I want to still keep the option fields separate so the I can have the user select something from Option 1, 2 and 3.&amp;nbsp; I also want a master select that I can select the data within a cell such as Category A and get both records 1 an&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108959_Capture.JPG" style="height: 190px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 16:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010927#M526816</guid>
      <dc:creator />
      <dc:date>2015-12-14T16:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010928#M526817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not too familiar with Crosstables.&amp;nbsp; Can you load a crosstable from another table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 18:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010928#M526817</guid>
      <dc:creator />
      <dc:date>2015-12-14T18:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010929#M526818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will work. It will create a new field called Category with all the values from option 1 ,2,3. It links those 'master category' values to the actual data records (by #) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Courses:&lt;/P&gt;&lt;P&gt;LOAD #, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subject, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Philosophy, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Option1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Option2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Option3&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterCategories:&lt;/P&gt;&lt;P&gt;Load #,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Option1 as MasterCategory&lt;/P&gt;&lt;P&gt;resident Courses;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load #,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Option2 as MasterCategory&lt;/P&gt;&lt;P&gt;resident Courses;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load #,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Option3 as MasterCategory&lt;/P&gt;&lt;P&gt;resident Courses;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010929#M526818</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-14T19:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010930#M526819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess what is getting confusing is that my output is a data table and I want to have one field I can select on and give me all the rows that have Category A in either the Option 1, Option 2 or Option 3 spot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Norm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010930#M526819</guid>
      <dc:creator />
      <dc:date>2015-12-14T19:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010931#M526820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couple more screenshots in case it was not clear...&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;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108969_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/108970_Capture2.PNG" style="height: 150px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010931#M526820</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-14T19:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010932#M526821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you implement Johnathan Poole's script and create a listbox for the MasterCategory field you get what you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010932#M526821</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2015-12-14T19:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010933#M526822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is examples of my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010933#M526822</guid>
      <dc:creator />
      <dc:date>2015-12-14T19:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010934#M526823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i found three things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option sometimes was in a delimitted format:&amp;nbsp;&amp;nbsp;&amp;nbsp; Category A or Category C&lt;/P&gt;&lt;P&gt;-&amp;gt; i used subfield to turn it into components and associate both categories to the record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table had Year and Mission as well so i created a compound key to filter the combination of #,Year, and MIssion by category... not just #. Let me know if you need to change that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a typo in your load script on the first tab. One of hte loads loaded a field named 'misson' instead of 'mission' creating a duplicate table in your data model. unneeded (i think).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 21:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010934#M526823</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-14T21:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Several Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010935#M526824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked great.&amp;nbsp; Thanks for all the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 14:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Several-Fields/m-p/1010935#M526824</guid>
      <dc:creator />
      <dc:date>2015-12-15T14:27:59Z</dc:date>
    </item>
  </channel>
</rss>

