<?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 custom field that selects elements within other fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-custom-field-that-selects-elements-within-other/m-p/1002496#M963244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guillermo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer given by Swuehl is good with association.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want another way then try to create a Inline load with 2 fields&lt;/P&gt;&lt;P&gt;id,Store_Type&lt;/P&gt;&lt;P&gt;1,small,&lt;/P&gt;&lt;P&gt;2,Medium,&lt;/P&gt;&lt;P&gt;3,Big&lt;/P&gt;&lt;P&gt;So that u have a 3 type of stores&lt;/P&gt;&lt;P&gt;when u creating chart change the expression as per u r convenience.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 06:17:22 GMT</pubDate>
    <dc:creator>ramasaisaksoft</dc:creator>
    <dc:date>2015-10-19T06:17:22Z</dc:date>
    <item>
      <title>How to: create custom field that selects elements within other fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-custom-field-that-selects-elements-within-other/m-p/1002494#M963242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;I’m relatively new to Qlikview and I’d really appreciate your help with this matter.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Suppose the following, I have a QVD file containing a large amount of sales data. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;I already have a field containing a list of stores. For example: Small store 1, Small store 2, Big store 1, Medium store 1, Big store 2 and so on. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;What I want is to create a custom field that groups these stores into custom groups so the analysis is easier: Small stores, Big stores, Medium stores. &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Is there any way to accomplish this without having to build the whole QVD file again?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Help is greatly appreciated, best regards!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Oct 2015 03:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-custom-field-that-selects-elements-within-other/m-p/1002494#M963242</guid>
      <dc:creator />
      <dc:date>2015-10-18T03:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to: create custom field that selects elements within other fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-custom-field-that-selects-elements-within-other/m-p/1002495#M963243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A QVD is just a data source,&amp;nbsp; you can enrich this data with other data, e.g. your new field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you can load another table with two columns, ListOfStores and CustomGroup, e.g. by loading an excel file, and then just use this as linked table to your table loaded from QVD or use a MAPPING approach to create a new field when loading your qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP:&lt;/P&gt;&lt;P&gt;MAPPING LOAD &lt;/P&gt;&lt;P&gt;ListOfStores, Group &lt;/P&gt;&lt;P&gt;FROM YourExcel.xls&lt;/P&gt;&lt;P&gt;(...);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE:&lt;/P&gt;&lt;P&gt;LOAD ListOfStores,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP',ListOfStores, 'No Group found') as Group&lt;/P&gt;&lt;P&gt;FROM YourQVD.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Oct 2015 23:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-custom-field-that-selects-elements-within-other/m-p/1002495#M963243</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-18T23:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to: create custom field that selects elements within other fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-custom-field-that-selects-elements-within-other/m-p/1002496#M963244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guillermo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer given by Swuehl is good with association.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want another way then try to create a Inline load with 2 fields&lt;/P&gt;&lt;P&gt;id,Store_Type&lt;/P&gt;&lt;P&gt;1,small,&lt;/P&gt;&lt;P&gt;2,Medium,&lt;/P&gt;&lt;P&gt;3,Big&lt;/P&gt;&lt;P&gt;So that u have a 3 type of stores&lt;/P&gt;&lt;P&gt;when u creating chart change the expression as per u r convenience.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 06:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-custom-field-that-selects-elements-within-other/m-p/1002496#M963244</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2015-10-19T06:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to: create custom field that selects elements within other fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-custom-field-that-selects-elements-within-other/m-p/1002497#M963245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! Worked like a charm!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 22:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-custom-field-that-selects-elements-within-other/m-p/1002497#M963245</guid>
      <dc:creator />
      <dc:date>2015-10-19T22:51:28Z</dc:date>
    </item>
  </channel>
</rss>

