<?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: How to create a category from two fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314622#M408283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/179103"&gt;roharoha&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/76197"&gt;bill.markham&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached to this message are the representation of the data strcture of the table discussed yesterday as well as the content of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The designed design is on the dashboard, there will be a filter pane called scholarship category... when you hit the button, the user will see two groups... Secondary category contains all the schools in school table and tertiary category which contain universities&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this meets you well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you sir&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2017 10:01:43 GMT</pubDate>
    <dc:creator>akpofureenughwu</dc:creator>
    <dc:date>2017-06-20T10:01:43Z</dc:date>
    <item>
      <title>How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314613#M408274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reading my post,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a set of data in this format..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SchoolTableMap:&lt;/P&gt;&lt;P&gt;Mapping LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Apply Map to Beneficiary info Table&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; iSchoolId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vDescription as [School Name]&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;SQL SELECT iSchoolId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vDescription,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iScholarshipCategoryid&lt;/P&gt;&lt;P&gt;FROM xxxx.crd.SchoolTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UniversityTableMap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Apply Map to Beneficiary info Table&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iUniversityId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vDescription as [University ];&lt;/P&gt;&lt;P&gt;SQL SELECT iScholarshipCategoryid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vDescription,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iUniversityId&lt;/P&gt;&lt;P&gt;FROM xxxx.crd.UniversityTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[BeneficiaryInfo]:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD iBeneficiaryId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vSurname,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vMiddleName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vFirstName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; vSurname&amp;amp;' '&amp;amp;vMiddleName&amp;amp; ' '&amp;amp;vFirstName as Full_Name ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iUniversityId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iBankId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iCourseofStudyId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dDOB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iTitleId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vAccountNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iSchoolId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtCourseStartDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtCourseEndDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('CourseMap',iCourseofStudyId,Null()) as [Course Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('SchoolTableMap',iSchoolId,Null()) as [School Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('UniversityTableMap',iUniversityId,Null()) as [Univeristy Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('BankMap',iBankId,Null()) as [Bank Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('TitleMap',iTitleId,Null()) as [Title Name];&lt;/P&gt;&lt;P&gt;SQL SELECT iBeneficiaryId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vSurname,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vMiddleName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vFirstName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iUniversityId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iBankId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iCourseofStudyId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dDOB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iTitleId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vAccountNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iSchoolId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtCourseStartDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtCourseEndDate&lt;/P&gt;&lt;P&gt;FROM xxxxBI.crd.BeneficiaryInfo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would love to create a field called Institution category ( a combination of University Name and School Name ) .&lt;/P&gt;&lt;P&gt;With this field , I can develop a chart of institution category vs&amp;nbsp; amount paid... and the user can drill down from institution category to university...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried concatenate those fields but I didn't get the right result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 13:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314613#M408274</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-06-19T13:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314614#M408275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn't working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[BeneficiaryInfo]:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD iBeneficiaryId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vSurname,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vMiddleName,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vFirstName,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; vSurname&amp;amp;' '&amp;amp;vMiddleName&amp;amp; ' '&amp;amp;vFirstName as Full_Name ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iUniversityId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iBankId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iCourseofStudyId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dDOB,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iTitleId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vAccountNumber,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iSchoolId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtCourseStartDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtCourseEndDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('CourseMap',iCourseofStudyId,Null()) as [Course Name],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('SchoolTableMap',iSchoolId,Null()) as [School Name],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('UniversityTableMap',iUniversityId,Null()) as [Univeristy Name],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('BankMap',iBankId,Null()) as [Bank Name],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('TitleMap',iTitleId,Null()) as [Title Name],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;ApplyMap('UniversityTableMap',iUniversityId,Null())&amp;amp;' - ' &amp;amp; &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ApplyMap('SchoolTableMap',iSchoolId,Null())&lt;/SPAN&gt; as [Univeristy - School Name]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SQL SELECT iBeneficiaryId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vSurname,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vMiddleName,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vFirstName,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iUniversityId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iBankId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iCourseofStudyId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dDOB,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iTitleId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vAccountNumber,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iSchoolId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtCourseStartDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtCourseEndDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM xxxxBI.crd.BeneficiaryInfo;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 15:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314614#M408275</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-19T15:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314615#M408276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It didn't give me the desired result...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached picture, when I implemented your suggestion... I got the display in the picture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I really want to achieve is:&amp;nbsp; &lt;STRONG&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Univeristy - School Name]&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;; will have two groups.. University (where University of Abuja, Univeristy of Benin will fall into while Itohan school will belog to school group)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000000;"&gt;I think this is more like Hierarchy.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;Thanks &lt;/SPAN&gt; &lt;/STRONG&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 16:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314615#M408276</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-06-19T16:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314616#M408277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached picture? Don't see anything attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 16:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314616#M408277</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-19T16:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314617#M408278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry... Here it is &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 16:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314617#M408278</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-06-19T16:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314618#M408279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the row which has University, doesn't have School and the one that has school doesn't have university? How would you combine them? I am confused? How are School and Universities associated with each other?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 16:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314618#M408279</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-19T16:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314619#M408280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly sorry for the confusion..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the database design, there is a student table that has university id (a primary key in the university table) and school id (primary key in school table). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that at&amp;nbsp; front end, the users can classify the users into two groups: Students in university and students in school?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 16:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314619#M408280</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-06-19T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314620#M408281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/76197"&gt;bill.markham&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/179103"&gt;roharoha&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please what's your suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 18:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314620#M408281</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-06-19T18:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314621#M408282</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 should specify your needs a bit clearer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you just build a small (Excel / Inline) example and explain in small steps what you need.&lt;/P&gt;&lt;P&gt;For me it is confusing because I neither have your data nor really understand what result you're expecting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 19:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314621#M408282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-19T19:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314622#M408283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/179103"&gt;roharoha&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/76197"&gt;bill.markham&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached to this message are the representation of the data strcture of the table discussed yesterday as well as the content of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The designed design is on the dashboard, there will be a filter pane called scholarship category... when you hit the button, the user will see two groups... Secondary category contains all the schools in school table and tertiary category which contain universities&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this meets you well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you sir&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314622#M408283</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-06-20T10:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314623#M408284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would be the output you are looking to get based on this data that you have provided?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314623#M408284</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T14:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314624#M408285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;From the dashboard, all the students will be grouped into two categories: Tertiary (those who are in the university) and secondary(those who are in schools).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user can filter the students from the student table based on this filter (student category)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314624#M408285</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-06-20T14:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314625#M408286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide expected output in a table form?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314625#M408286</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T14:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314626#M408287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the attached file.... look for the expected result tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314626#M408287</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-06-20T15:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314627#M408288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD iStudentId, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vStudentName, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iUniversityId, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iSchoolId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(iSchoolId = 'Null' and iUniversityId &amp;lt;&amp;gt; 'Null', 'Tertiary', If(iSchoolId &amp;lt;&amp;gt; 'Null' and iUniversityId = 'Null', 'Secondary')) as Category&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\..\Downloads\university,school, student table info (1).xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is [student table ]);&lt;/STRONG&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/167507_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314627#M408288</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T16:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314628#M408289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have 'null' or null() entries?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314628#M408289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-20T16:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314629#M408290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is only one null entry for each student (either school Id or University Id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NB: Every student MUST have a schoolId or universityId&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 18:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314629#M408290</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-06-20T18:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314630#M408291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does Sunny's solution work for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 18:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314630#M408291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-20T18:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314631#M408292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to implement his suggestions on my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the apply map function to link the student and university id to the student table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached for clarity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 18:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314631#M408292</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-06-20T18:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a category from two fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314632#M408293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still not sure, if you have 'null' or null() values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perhaps that works alternatively:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;If(isnull(iSchoolId) and not isnull(iUniversityId) , 'Tertiary', If(not isnull(iSchoolId) and&amp;nbsp; isnull(iUniversityId), 'Secondary')) as Category,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 18:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-category-from-two-fields/m-p/1314632#M408293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-20T18:44:11Z</dc:date>
    </item>
  </channel>
</rss>

