<?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: Creating new field with value overlap in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071169#M921765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understood correctly, you would need to create multiple records for each Groceries with multiple Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something along these lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Facts:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Groceries&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Apples&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Oranges&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Bread&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cereal&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Water&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Coffee&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dim:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD DISTINCT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;,If(Wildmatch(Groceries,'Apples', 'Oranges', 'Bread', 'Cereal'), 'Food', If(Wildmatch(Groceries,'Water', 'Coffee'), 'Drink')) as Type&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Facts&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate (Dim)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Groceries, Type&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Apples, Fruit&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Oranges, Fruit&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assumed Facts table shows more fields than listed in this sample, so you don't want to duplicate lines here (like avoiding duplicate sales number). Create a dimensional table with a link to the groceries and a field for type. Here you can duplicate groceries, creating an association to different types.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2016 09:35:10 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-05-04T09:35:10Z</dc:date>
    <item>
      <title>Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071167#M921763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for the confusing discussion title, but I'm not sure how to explain what I need! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have a field named 'Groceries', with the following values:&lt;/P&gt;&lt;P&gt;- Apples&lt;/P&gt;&lt;P&gt;- Oranges&lt;/P&gt;&lt;P&gt;- Bread&lt;/P&gt;&lt;P&gt;- Cereal&lt;/P&gt;&lt;P&gt;- Water&lt;/P&gt;&lt;P&gt;- Coffee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a new field, named 'Type', as follows:&lt;/P&gt;&lt;P&gt;If(Wildmatch(Groceries,'Apples', 'Oranges', 'Bread', 'Cereal'), 'Food', If(Wildmatch(Groceries,'Water', 'Coffee'), 'Drink')) as Type,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which works fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, within 'Type', I would like a third category called 'Fruit', which includes 'Apples' and 'Oranges'. This doesn't work as QV doesn't seem to like a value being assigned to two different categories within one field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;BR /&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071167#M921763</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071168#M921764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would you see those rows with Apples and Oranges? Multiple rows one saying type as Food and other calling it as Fruit or would you want to see Food and Fruit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 08:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071168#M921764</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T08:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071169#M921765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understood correctly, you would need to create multiple records for each Groceries with multiple Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something along these lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Facts:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Groceries&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Apples&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Oranges&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Bread&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cereal&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Water&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Coffee&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dim:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD DISTINCT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;,If(Wildmatch(Groceries,'Apples', 'Oranges', 'Bread', 'Cereal'), 'Food', If(Wildmatch(Groceries,'Water', 'Coffee'), 'Drink')) as Type&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Facts&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate (Dim)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Groceries, Type&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Apples, Fruit&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Oranges, Fruit&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assumed Facts table shows more fields than listed in this sample, so you don't want to duplicate lines here (like avoiding duplicate sales number). Create a dimensional table with a link to the groceries and a field for type. Here you can duplicate groceries, creating an association to different types.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 09:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071169#M921765</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-04T09:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071170#M921766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not really sure... (not very helpful I know). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of this is so that I can use 'Type' as a dimension for an expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to see the expression results against:&lt;BR /&gt;Fruit&lt;/P&gt;&lt;P&gt;Food &lt;/P&gt;&lt;P&gt;Drink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as it's a fairly large dataset, I don't really want duplicate rows either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071170#M921766</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-05-04T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071171#M921767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Groceries,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OtherFields&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LinkTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Groceries, Type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Apples&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, Food&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Oranges&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, Food&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Apples&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, Fruit&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Oranges&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Fruit&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Bread&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, Food&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Cereal, Food&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Water&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, Drink&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Coffee, Drink&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use Type as your dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071171#M921767</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T10:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071172#M921768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rink:&lt;/P&gt;&lt;P&gt;mapping LOAD * inline [x,y&lt;/P&gt;&lt;P&gt;Water,drink&lt;/P&gt;&lt;P&gt;Coffee,drink&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;food:&lt;/P&gt;&lt;P&gt;mapping LOAD * inline [x,y&lt;/P&gt;&lt;P&gt;Apples,food&lt;/P&gt;&lt;P&gt;Oranges,food&lt;/P&gt;&lt;P&gt;Bread,food&lt;/P&gt;&lt;P&gt;Cereal,food&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fruit:&lt;/P&gt;&lt;P&gt;mapping LOAD * inline [x,y&lt;/P&gt;&lt;P&gt;Apples,fruit&lt;/P&gt;&lt;P&gt;Oranges,fruit&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aa:&lt;/P&gt;&lt;P&gt;load *,ApplyMap ('drink', product) as tip1;&lt;/P&gt;&lt;P&gt;load *,ApplyMap ('food', product) as tip2;&lt;/P&gt;&lt;P&gt;load *,ApplyMap ('fruit', product) as tip3;&lt;/P&gt;&lt;P&gt;load * inline [product&lt;/P&gt;&lt;P&gt;Apples&lt;/P&gt;&lt;P&gt;Oranges&lt;/P&gt;&lt;P&gt;Bread&lt;/P&gt;&lt;P&gt;Cereal&lt;/P&gt;&lt;P&gt;Water&lt;/P&gt;&lt;P&gt;Coffee];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;final:&lt;/P&gt;&lt;P&gt;load product,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tip1 as type&lt;/P&gt;&lt;P&gt;resident aa where tip1='drink';&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(final)&lt;/P&gt;&lt;P&gt;load product,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tip2 as type&lt;/P&gt;&lt;P&gt;resident aa where tip2='food';&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(final)&lt;/P&gt;&lt;P&gt;load product,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tip3 as type&lt;/P&gt;&lt;P&gt;resident aa where tip3='fruit';&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;drop table aa;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071172#M921768</guid>
      <dc:creator>florentina_doga</dc:creator>
      <dc:date>2016-05-04T10:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071173#M921769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works perfectly in terms of creating the fields etc. Unfortunately, I get an issue later on in the load. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following the concatenate, I have various table joins with calculations. The first join adds a new field called 'Total' against the 'Groceries' field. However, this new 'Total' field is now no longer recognised&amp;nbsp; in the load. Any ideas why that would be? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071173#M921769</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-05-04T10:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071174#M921770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand what you are trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want a total Type value, maybe like&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;EM style="font-weight: inherit; font-family: inherit;"&gt;Dim:&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 style="font-weight: inherit; font-family: inherit;"&gt;LOAD DISTINCT&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 style="font-weight: inherit; font-family: inherit;"&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;EM style="font-weight: inherit; font-family: inherit;"&gt;,If(Wildmatch(Groceries,'Apples', 'Oranges', 'Bread', 'Cereal'), 'Food', If(Wildmatch(Groceries,'Water', 'Coffee'), 'Drink')) as Type&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 style="font-weight: inherit; font-family: inherit;"&gt;Resident Facts&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 style="font-weight: inherit; font-family: inherit;"&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&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;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Concatenate (Dim)&lt;/STRONG&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;STRONG&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD&amp;nbsp; Groceries, 'Total' as Type&lt;/EM&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;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Resident Dim;&lt;/STRONG&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;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&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;Same principle, create a dimensional table that shows all associations needed between Type and Groceries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071174#M921770</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-04T10:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071175#M921771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry - I'll try and explain more clearly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your first response gave me the exact outcome I needed. I.e. It allowed me to use 'Type' as a dimension which has 'Fruit', 'Food' and 'Drink' as values (with Apples/Oranges appearing in both 'Fruit' and 'Food'). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, later in the script I carry out variety of calculations which have been added on with JOIN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the first JOIN is: &lt;/P&gt;&lt;P&gt;JOIN [Facts]: &lt;/P&gt;&lt;P&gt;LOAD Groceries, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&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;The next JOIN is:&lt;/P&gt;&lt;P&gt;LEFT JOIN (Facts)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Shop_ID,&lt;/P&gt;&lt;P&gt;Groceries,&lt;/P&gt;&lt;P&gt;Grocery_subcat,&lt;/P&gt;&lt;P&gt;Avg((Actual-Estimated)/Total) as [Costings]&lt;/P&gt;&lt;P&gt;Resident Facts&lt;/P&gt;&lt;P&gt;Group by Grocery_subcat, Groceries, Shop_ID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, following the LEFT JOIN table, I now get error 'Field not found - &amp;lt;Total&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked before, so I'm wondering why it no longer accepts this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071175#M921771</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-05-04T10:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071176#M921772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works perfectly, but gives me the same problem that I'm having with Stefan's solution - i.e. my later calculations on the 'Groceries' field no longer work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071176#M921772</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-05-04T10:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071177#M921773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the script for the problem area?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071177#M921773</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T10:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071178#M921774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see my last reply to Stefan where I outline the 'JOIN' tables that I'm trying to use. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071178#M921774</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-05-04T10:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071179#M921775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems not to be related to the new Dim table at all, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are saying, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;following the LEFT JOIN table, I now get error 'Field not found - &amp;lt;Total&amp;gt;', this means the LEFT JOIN is working without any issues, but then there is an error on a following LOAD statement?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you created an exit script statement after the working part and checked your data model / tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071179#M921775</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-04T10:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071180#M921776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry - getting out of my depth now, so might just have to give up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the issue that I'm now having is not related to the new Dim table per se. However, the issue wasn't there before I put the new Dim table in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure about the exit script statement, however I have 'commented out' everything up to the point where it works (which I guess is the amateur version of 'exit script statement'?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data model now has three tables:&lt;/P&gt;&lt;P&gt;The original 'Fact' table&lt;/P&gt;&lt;P&gt;The new 'Dim' table&lt;/P&gt;&lt;P&gt;Plus a synthetic table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Total' can be seen on the new Dim table, but not on the other two. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any of this makes sense to anyone, then suggestions appreciated. Otherwise, I might have to go back to the drawing board. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 11:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071180#M921776</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-05-04T11:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071181#M921777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are joining the Total field to Facts, why are you seeing it in Dim table. Can you make sure the Join is to Facts? (Remove the Colon next to Facts and put it in parenthesis&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;JOIN &lt;SPAN style="color: #ff0000;"&gt;(Facts)&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;LOAD Groceries,&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;&amp;nbsp; Total&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&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;/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;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 11:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071181#M921777</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T11:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071182#M921778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Removing the colon helped with that error, and now I think I'm beginning to understand where I'm going wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I now have two tables (plus a synthetic table):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Facts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Shop_ID,&lt;/P&gt;&lt;P&gt;Groceries,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Grocery_subcat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Dim&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Type&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Total&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The problem is, all of my later calculations rely on this being just one table. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;E.g. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Facts)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Type,&lt;/P&gt;&lt;P&gt;Sum(Total)/Count(Shop_ID) as Costings_per&lt;/P&gt;&lt;P&gt;Resident Facts&lt;/P&gt;&lt;P&gt;Group by Type;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, 'Type' being in a different table means my calculations aren't working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 12:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071182#M921778</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-05-04T12:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071183#M921779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I guess the only option, I see is to Join Dim to Facts and create multiple rows for rows which include Apple and Oranges. As you combine them in one table, you would be able to perform your left join correctly I guess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 12:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071183#M921779</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T12:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071184#M921780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might be right. The data files I'm working with aren't too large, so hopefully it won't cause too many issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would I just join it in the same way I've been doing with my calculations? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 12:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071184#M921780</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-05-04T12:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071185#M921781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya, just like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(FACTS)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD * INLINE [&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 style="font-style: inherit;"&gt;Groceries, Type&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 style="font-style: inherit;"&gt;Apples&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, Food&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 style="font-style: inherit;"&gt;Oranges&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, Food&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px;"&gt;Apples&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, Fruit&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px;"&gt;Oranges&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Fruit&lt;/SPAN&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 style="font-style: inherit;"&gt;Bread&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, Food&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 style="font-style: inherit;"&gt;Cereal, Food&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 style="font-style: inherit;"&gt;Water&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, Drink&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 style="font-style: inherit;"&gt;Coffee, Drink&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;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;];&lt;/STRONG&gt;&lt;/SPAN&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;Related to the potential issues&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1 issue I can think of is that if you have lets say sales as one of the columns. It will duplicate and then you won't be able to use Sum(Sales) because Sum(Sales) will double for Apples and Oranges. You will have to use Aggr() function to make sure you pick the sales only once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 12:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071185#M921781</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T12:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field with value overlap</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071186#M921782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, will give that a go. And thanks for the insight into potential issues - wouldn't have occurred to me for quite a while!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 13:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-with-value-overlap/m-p/1071186#M921782</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-05-04T13:00:53Z</dc:date>
    </item>
  </channel>
</rss>

