<?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 Calculated field based on excel file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029055#M466196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌&lt;/P&gt;&lt;P&gt;I use your to table as Table1 and Table2.&lt;/P&gt;&lt;P&gt;WIth this solution, you need to add the plural : Oranges. Fruit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableResult:&lt;/P&gt;&lt;P&gt;Load ID,&lt;/P&gt;&lt;P&gt;SubField( Upper( PurgeChar( [String Task]), ',.') , ' ') as wordTmp&lt;/P&gt;&lt;P&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join(TableResult)&lt;/P&gt;&lt;P&gt;Load Upper([Field A]) as wordTmp,&lt;/P&gt;&lt;P&gt;[Field B] as Result&lt;/P&gt;&lt;P&gt;Resident Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove field wordTmp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Feb 2016 03:05:05 GMT</pubDate>
    <dc:creator>sfatoux72</dc:creator>
    <dc:date>2016-02-13T03:05:05Z</dc:date>
    <item>
      <title>How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029054#M466195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;String Task&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The oranges in the trees were growing&lt;/TD&gt;&lt;TD&gt;1001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;mint, herb, basil are my kinda thing&lt;/TD&gt;&lt;TD&gt;1002&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;dogs, cats and parrots make great pets&lt;/TD&gt;&lt;TD&gt;1003&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the 2 above fields Spring Task and ID, I want to achieve the following:&lt;/P&gt;&lt;P&gt;if the field contains text *orange*, I want a value Fruit under a new calculated field , Result.&lt;/P&gt;&lt;P&gt;similar, I want Results, plant for *herb*, Animal for *dog* etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can do this by if(wildmatch([String Task],'*orange*'&amp;gt;0, 'Fruit') as Result&lt;/P&gt;&lt;P&gt;Instead I want to maintain an excel file where I can store values for search and result&lt;/P&gt;&lt;P&gt;as below. so that the parameters in wildmatch can be substituted by below table. how can I do this. May be a lookup table or minstring.&lt;/P&gt;&lt;P&gt;any help will be greatly appreciated/ Much ThanksHow &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Field A&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Field B&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Orange&lt;/TD&gt;&lt;TD&gt;Fruit&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;mint&lt;/TD&gt;&lt;TD&gt;plant&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;dog&lt;/TD&gt;&lt;TD&gt;animal&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 02:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029054#M466195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-13T02:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029055#M466196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌&lt;/P&gt;&lt;P&gt;I use your to table as Table1 and Table2.&lt;/P&gt;&lt;P&gt;WIth this solution, you need to add the plural : Oranges. Fruit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableResult:&lt;/P&gt;&lt;P&gt;Load ID,&lt;/P&gt;&lt;P&gt;SubField( Upper( PurgeChar( [String Task]), ',.') , ' ') as wordTmp&lt;/P&gt;&lt;P&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join(TableResult)&lt;/P&gt;&lt;P&gt;Load Upper([Field A]) as wordTmp,&lt;/P&gt;&lt;P&gt;[Field B] as Result&lt;/P&gt;&lt;P&gt;Resident Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove field wordTmp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 03:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029055#M466196</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2016-02-13T03:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029056#M466197</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;You can do by using the cartesian product of these 2 tables and check whether the value exists or not. Please see the below and you will get the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;String Task,&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;"The oranges in the trees were growing",&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001&lt;/P&gt;&lt;P&gt;"mint, herb, basil are my kinda thing", 1002&lt;/P&gt;&lt;P&gt;"dogs, cats and parrots make great pets",&amp;nbsp;&amp;nbsp;&amp;nbsp; 1003&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outer join&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Field A,&amp;nbsp;&amp;nbsp;&amp;nbsp; Field B&lt;/P&gt;&lt;P&gt;Orange,&amp;nbsp;&amp;nbsp;&amp;nbsp; Fruit&lt;/P&gt;&lt;P&gt;mint,&amp;nbsp;&amp;nbsp;&amp;nbsp; plant&lt;/P&gt;&lt;P&gt;dog,&amp;nbsp;&amp;nbsp;&amp;nbsp; animal&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result:&lt;/P&gt;&lt;P&gt;load [String Task] as ss,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as i1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(wildmatch(Upper([String Task]),'*'&amp;amp;Upper([Field A])&amp;amp;'*')&amp;gt;0,[Field B],'') as Res&lt;/P&gt;&lt;P&gt;Resident input;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finalresult:&lt;/P&gt;&lt;P&gt;load ss as string_task,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i1 as id1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Res as Result&lt;/P&gt;&lt;P&gt;Resident result where len(trim(Res))&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114554_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreeman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 03:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029056#M466197</guid>
      <dc:creator />
      <dc:date>2016-02-13T03:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029057#M466198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this example gives you what you want.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: Indexing Keywords in Text &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/recipes/download-info/indexing-keywords-in-text/" rel="nofollow"&gt;http://qlikviewcookbook.com/recipes/download-info/indexing-keywords-in-text/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 05:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029057#M466198</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-02-13T05:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029058#M466199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob and Sebastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 06:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029058#M466199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-13T06:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029059#M466200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sreeman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your Reply. Although your solution gives correct results, the cartesian join will add too many rows and&amp;nbsp; loading time will also be very long(i in fact tried it). so i cant implement it. but your idea is precious. It allowed me to think differently. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 03:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029059#M466200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-17T03:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029060#M466201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your comments&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029060#M466201</guid>
      <dc:creator />
      <dc:date>2016-02-17T10:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029061#M466202</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;Instead of cross Join we can do by using inner join. And I am getting the required output. Please let me know if it is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;String Task,&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The oranges in the trees were growing",&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"mint, herb, basil are my kinda thing", 1002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"dogs, cats and parrots make great pets",&amp;nbsp;&amp;nbsp;&amp;nbsp; 1003&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;/P&gt;&lt;P&gt;cal: &lt;/P&gt;&lt;P&gt;load [String Task]&amp;nbsp; as string_task,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as id1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WildMatch(Upper([String Task]),'*ORANGE*','*MINT*','DOG*') as [Field A]&lt;/P&gt;&lt;P&gt;Resident input;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Field A,&amp;nbsp;&amp;nbsp;&amp;nbsp; Field B&lt;/P&gt;&lt;P&gt;1,&amp;nbsp;&amp;nbsp;&amp;nbsp; Fruit&lt;/P&gt;&lt;P&gt;2,&amp;nbsp;&amp;nbsp;&amp;nbsp; plant&lt;/P&gt;&lt;P&gt;3,&amp;nbsp;&amp;nbsp;&amp;nbsp; animal&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;Sreeman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 12:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029061#M466202</guid>
      <dc:creator />
      <dc:date>2016-02-17T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029062#M466203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls see the script below.&lt;/P&gt;&lt;P&gt;Thanks to Rob Wunderlich, I got my script working. However can someone please explain how is index field and mapping of variable&lt;/P&gt;&lt;P&gt;working to match the correct 'Search' field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;: I want to maintain an excel file with 2 fields Search and Result. If [String Task] from Orders table contain a value that "wildmatches" with Search, I want it to be labeled Result. I understand pick and wildmatch is the right approach but how exactly is it mapping the content of the string with &lt;STRONG&gt;FieldIndex&lt;/STRONG&gt; and variable &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;vMapExpr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(note.. For those String Task that did not have an assigned Result label, I need it to be left as String Task. To achieve this I am using an If condition, if you have better suggestion, pls advice. I will really appreciate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wildmap:&lt;/P&gt;&lt;P&gt;LOAD Search, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Result&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_MapExpr:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;'pick(wildMatch($1,' &amp;amp; chr(39) &lt;/P&gt;&lt;P&gt;&amp;amp; concat(Search, chr(39) &amp;amp; ',' &amp;amp; chr(39), FieldIndex('Search', Search)) &lt;/P&gt;&lt;P&gt;&amp;amp; chr(39)&lt;/P&gt;&lt;P&gt;&amp;amp; '), ' &amp;amp; chr(39)&lt;/P&gt;&lt;P&gt;&amp;amp; concat(Result, chr(39) &amp;amp; ',' &amp;amp; chr(39), FieldIndex('Search', Search))&lt;/P&gt;&lt;P&gt;&amp;amp; chr(39) &amp;amp; ')' as MapExpr&lt;/P&gt;&lt;P&gt;RESIDENT wildmap&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;LET vMapExpr = peek('MapExpr', -1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLES _MapExpr,wildmap;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Orders:&lt;/P&gt;&lt;P&gt;LOAD *, &lt;/P&gt;&lt;P&gt;$(vMapExpr([String Task])) as Vendor&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;LOAD [String Task], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load*,&lt;/P&gt;&lt;P&gt;if(Vendor = 'other',[String Task],Vendor) as VendorX&lt;/P&gt;&lt;P&gt;Resident Orders;&lt;/P&gt;&lt;P&gt;drop table Orders;&lt;/P&gt;&lt;P&gt;LOAD *, &lt;/P&gt;&lt;P&gt;$(vMapExpr([String Task])) as Vendor&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 06:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029062#M466203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-23T06:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029063#M466204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sreeman, in this expn:-----------WildMatch(Upper([String Task]),'*ORANGE*','*MINT*','DOG*'), you are hardcoding the values of spring task. I want this to be dynamic as the values will be maintained externally in excel sheet.&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;so this appraoch, I can not take&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;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;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 06:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029063#M466204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-23T06:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029064#M466205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sebastien, this task requires to consider both orange and oranges. so we nee a wildmatch functionality. otherwise your soln would have solved it. Thanks for your suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 06:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029064#M466205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-23T06:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029065#M466206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here are the tables used and the output to help understand the question and the answer:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="VendorX.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115577_VendorX.PNG" style="height: auto;" /&gt;&lt;IMG alt="search result.PNG" class="jive-image image-2" src="/legacyfs/online/115578_search result.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 06:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029065#M466206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-23T06:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029066#M466207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1456210600889480" jivemacro_uid="_1456210600889480" modifiedtitle="true"&gt;
&lt;P&gt;Map_Catg:&lt;/P&gt;
&lt;P&gt;mapping &lt;/P&gt;
&lt;P&gt;Load * inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;Field A, Field B&lt;/P&gt;
&lt;P&gt;1, Fruit&lt;/P&gt;
&lt;P&gt;2, plant&lt;/P&gt;
&lt;P&gt;3, animal&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Excel_Data:&lt;/P&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;applymap('Map_Catg',wildmatch([String Task],'*Orange*','*mint*','*dog*'),'Others') as Category&lt;/P&gt;
&lt;P&gt;inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;String Task, ID&lt;/P&gt;
&lt;P&gt;"The oranges in the trees were growing", 1001&lt;/P&gt;
&lt;P&gt;"mint, herb, basil are my kinda thing", 1002&lt;/P&gt;
&lt;P&gt;"dogs, cats and parrots make great pets", 1003&lt;/P&gt;
&lt;P&gt;"BMW, Petrole",1004&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;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 06:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029066#M466207</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-02-23T06:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029067#M466208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just need to add plural on your associative table to not use wild match. It must be more efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0px" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#3D3D3D&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 0px solid; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Field A&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Field B&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;Orange&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;Fruit&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;mint&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;plant&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;dog&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;animal&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Oranges&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&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;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;mints&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;plant&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;dogs&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;animal&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 09:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029067#M466208</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2016-02-23T09:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029068#M466209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Kindly please look the attachment with the script and let me know whether this is the expecting. Because now I didn't hard code anything. Now i think you will expect the correct result. Please let me know if you have any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sreeman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 13:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029068#M466209</guid>
      <dc:creator />
      <dc:date>2016-02-23T13:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029069#M466210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikDash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you see the attachment and let me know is this output you are expecting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sreeman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 12:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029069#M466210</guid>
      <dc:creator />
      <dc:date>2016-02-25T12:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calculated field based on excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029070#M466211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sreeman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got busy with dev other features. I will update you soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 05:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calculated-field-based-on-excel-file/m-p/1029070#M466211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-26T05:01:08Z</dc:date>
    </item>
  </channel>
</rss>

