<?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: wildmatch and sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033650#M938475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would be the result in pivot table? Examplifies, please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 14:15:42 GMT</pubDate>
    <dc:creator>jonas_rezende</dc:creator>
    <dc:date>2016-02-15T14:15:42Z</dc:date>
    <item>
      <title>wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033627#M938450</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;I have a pivot table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first I need to consolidate all the wild match name to one name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: column name is 'Postion' - data is as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;moved, transit, moved out,moved in,outin moved, transitout,transitin..etc&lt;/P&gt;&lt;P&gt;so I need to have all the moved in wildmatch and have common name as 'moved'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;secondly I have cost for each position for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;moved&lt;/P&gt;&lt;P&gt;cost is 100 pounds&lt;/P&gt;&lt;P&gt;moved out&lt;/P&gt;&lt;P&gt;cosit is 150 pounds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when making the postion as moved ..I also need the sum of all the cost ..it should be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moved(It includes as moved)&lt;/P&gt;&lt;P&gt;250 (It is sum of cost for all moved)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033627#M938450</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-02-15T10:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033628#M938451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum(moved)/sum(total moved)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum(moved)/sum(All moved)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033628#M938451</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-15T10:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033629#M938452</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;What is your table structure for maintain the cost???&lt;/P&gt;&lt;P&gt;Is it maintain in same table or different table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your 1st query try to create new field in script like&lt;/P&gt;&lt;P&gt;if(wildmatch(postion,'*moved*'),'Moved',postion) as newPostion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use newly created field as dimension and sum(Cost) as expression.&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>Mon, 15 Feb 2016 10:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033629#M938452</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-02-15T10:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033630#M938453</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;First I need to name all the wild matched names to a single name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: if wildmatch(Position ,'*moved*') ,Postions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here I get all the values in different column.. I need in one column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033630#M938453</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-02-15T10:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033631#M938454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please supply some more representative data. What dimension/grouping do you need for this analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033631#M938454</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-02-15T10:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033632#M938456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Different Column in Different Tables??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different Column in same table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you share sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033632#M938456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T10:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033633#M938458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(WildMatch(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14pt; font-family: inherit; color: #ff0000;"&gt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Position &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14pt; font-family: inherit; color: #ff0000;"&gt;]&lt;/SPAN&gt;,'*moved*'), 'moved', 'movedout')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033633#M938458</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-15T10:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033634#M938459</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;did you try my suggestion???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below.&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;if(wildmatch(postion,'*moved*'),'Moved',postion)&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;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033634#M938459</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-02-15T10:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033635#M938460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is in the same table. I want to consolidate all moved using wildmatch into one single name ' Moved' similarly 'Transit&lt;/P&gt;&lt;P&gt;Add all the cost for moved .I am trying this in an expression&lt;/P&gt;&lt;P&gt;so it should be as below. even country in same table&lt;/P&gt;&lt;P&gt;Its a pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp; Moved ¦ transit&lt;/P&gt;&lt;P&gt;UK&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; 700&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 318px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" style="border: 0px black; border-image: none;" width="141"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Position&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="177"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Cost&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Moved&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;100&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;MovedOut&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;150&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;MovedIn&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;200&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;OutMoved&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;250&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;InTransit&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;100&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Outtransit&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;200&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033635#M938460</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-02-15T10:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033636#M938461</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;Can you post sample data and your script to load that file...&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, 15 Feb 2016 10:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033636#M938461</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-02-15T10:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033637#M938462</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;if(Wildmatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;postion&lt;/SPAN&gt;,'*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;moved&lt;/SPAN&gt;*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;transit&lt;/SPAN&gt;*'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;postion&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033637#M938462</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-15T10:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033638#M938463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(WildMatch(&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 16px; background-color: #f2f2f2;"&gt;Position&lt;/SPAN&gt;, '&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 16px; background-color: #f2f2f2;"&gt;Moved&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN 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;*','&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 16px; background-color: #f2f2f2;"&gt;InTransit&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;*'), '100&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;', '&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;100')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;lik all &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033638#M938463</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-15T10:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033639#M938464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi suresh this gives all the moved in different columns..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033639#M938464</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-02-15T11:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033640#M938465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #993366; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, sum(if(WildMatch(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Position&lt;/SPAN&gt;&lt;SPAN style="color: #993366; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,'*moved*'),'moved','transit') as newposition;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033640#M938465</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-15T11:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033641#M938466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better you group the wildmatch group in script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033641#M938466</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-02-15T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033642#M938467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: purple;"&gt;hope helps this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: purple;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: purple;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Position&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: blue;"&gt;'Moved*'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: purple;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: green;"&gt;cost&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: green;"&gt;newpostion&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033642#M938467</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-15T11:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033643#M938468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Is &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800080;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #008000;"&gt;cost&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;) and &lt;BR /&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800080;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800080;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #008000;"&gt;position&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;'Moved*'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;))) &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;as &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #008000;"&gt;newpos&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;BR /&gt;are separate fields?&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;If they are separate fields then use&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;Sum(cost) AS Totalcost,&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; font-size: 8pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800080;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800080;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;(&lt;SPAN style="color: #008000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;position&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;'Moved*'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;))) &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;as &lt;SPAN style="color: #008000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;newpos&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033643#M938468</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-15T11:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033644#M938469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;[position]={'moved','transit'}&amp;gt;}cost)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033644#M938469</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-15T11:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033645#M938470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;Sum( If( wildmatch( &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;position&lt;/STRONG&gt;, 'moved*', ) and&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;position&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;= 'transit'&amp;nbsp;&amp;nbsp; cost))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033645#M938470</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-15T11:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch and sum</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033646#M938471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;try this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *, if(WildMatch(Position,'*Moved*'),'Moved',if(WildMatch(Position,'*Transit*'),'Transit',Position)) as NewPosition;&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&gt;Position ,Cost&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Moved ,100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MovedOut, 150&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MovedIn ,200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OutMoved, 250&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InTransit, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Outtransit ,200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;NewPosition&lt;/STRONG&gt; as your desired column &lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch-and-sum/m-p/1033646#M938471</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-02-15T11:50:46Z</dc:date>
    </item>
  </channel>
</rss>

