<?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: Using the Match function with numeric expressions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822656#M11315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's interesting, because it works in the QV version of my app.&amp;nbsp; It turns out that if you load the data as an INUTFIELD, it reads the values via a FieldValue correctly!&amp;nbsp; It doesn't work if you do the same thing with Sense - you get zeros instead of nulls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the app still does not calculate correctly, giving mostly correct values, with a smattering of incorrect ones. I attached the QV app and a spreadsheet with the data inputs and a calculation showing what the results ought to be and comparing them with what the app does with an earlier question on the QV app development forum.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two results tables, one with two dimensions, Name and Month and the other with just Month.&amp;nbsp; The bigger table calculates all the values correctly, but the smaller one doesn't. The point where things appear to go wrong is where the additional aggregation for the smaller table is applied:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rangemax(sum(total &amp;lt;Name&amp;gt; [Monthly usage]-FieldValue('Inclusive units',1)),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;versus:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rangemax(sum([Monthly usage])-FieldValue('Inclusive units',1),0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what might be going on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2015 20:18:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-03T20:18:48Z</dc:date>
    <item>
      <title>Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822652#M11311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For an expression in a table I am trying to use Match() to obtain an index matching a list of numeric expressions with the minimum (obtained using RangeMin).&amp;nbsp; However, the function just returns a 1 (i.e. incorrectly matches with the first item in the list).&amp;nbsp; The Help documentation talks in terms of the list containing string values, but this structure works OK with QlikView for numeric values (same data, same code).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, is there another function that will do the job in QlikSense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822652#M11311</guid>
      <dc:creator />
      <dc:date>2015-03-03T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822653#M11312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to see the sample expression that works in QlikView if you are able to share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 15:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822653#M11312</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-03T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822654#M11313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry - my mistake - the issue turned out to be a bit different.&amp;nbsp; The RangeMin works correctly.&amp;nbsp; It was selecting the first item because the others were null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason that they others were null is puzzling, though. They are generated by reference to a FieldValue function and it appears that this only works correctly if all the rows in the referenced field have different values.&amp;nbsp; So if. for example, the values for the field are&lt;/P&gt;&lt;P&gt;R1&amp;nbsp; 0.5&lt;/P&gt;&lt;P&gt;R2&amp;nbsp; 0,2&lt;/P&gt;&lt;P&gt;R3&amp;nbsp; 0.3&lt;/P&gt;&lt;P&gt;R4&amp;nbsp; 0.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then when you use FieldValue('My field', 4), you get a null!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 15:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822654#M11313</guid>
      <dc:creator />
      <dc:date>2015-03-03T15:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822655#M11314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested out this use case .&amp;nbsp; I split the data into 2 fields so that F1 is a disinct field and F2 is not (the 4th row has a repeating value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; R1, .5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; R2, .2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; R3, .3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; R4, .5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;in both qlikview and qlik sense FieldValue('F2',4) returned a null value.&amp;nbsp; Same behavior in both products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check the documentation of both products and noticed the circled area below in the qlikview documentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that not whay you see ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79757_Untitled.png" style="height: 198px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 16:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822655#M11314</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-03T16:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822656#M11315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's interesting, because it works in the QV version of my app.&amp;nbsp; It turns out that if you load the data as an INUTFIELD, it reads the values via a FieldValue correctly!&amp;nbsp; It doesn't work if you do the same thing with Sense - you get zeros instead of nulls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the app still does not calculate correctly, giving mostly correct values, with a smattering of incorrect ones. I attached the QV app and a spreadsheet with the data inputs and a calculation showing what the results ought to be and comparing them with what the app does with an earlier question on the QV app development forum.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two results tables, one with two dimensions, Name and Month and the other with just Month.&amp;nbsp; The bigger table calculates all the values correctly, but the smaller one doesn't. The point where things appear to go wrong is where the additional aggregation for the smaller table is applied:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rangemax(sum(total &amp;lt;Name&amp;gt; [Monthly usage]-FieldValue('Inclusive units',1)),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;versus:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rangemax(sum([Monthly usage])-FieldValue('Inclusive units',1),0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what might be going on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 20:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822656#M11315</guid>
      <dc:creator />
      <dc:date>2015-03-03T20:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822657#M11316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u reattach ?&amp;nbsp; the files didn't come through. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 21:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822657#M11316</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-03T21:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822658#M11317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There doesn't seem to be the option to do that at this point, but the earlier thread is here: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/154454"&gt;http://community.qlik.com/thread/154454&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 21:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822658#M11317</guid>
      <dc:creator />
      <dc:date>2015-03-03T21:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822659#M11318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;k -&amp;nbsp; you should be able to attach files to later posts of the same thread.&amp;nbsp; For example, if you click the link below (so that you are looking at the full thread) , hit 'reply' , you will see 'advanced editor' in the top right of the reply ... if you click that you can attach files.&amp;nbsp;&amp;nbsp; just fyi for next time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/154744"&gt;Using the Match function with numeric expressions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 21:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822659#M11318</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-03T21:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822660#M11319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;K, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 21:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822660#M11319</guid>
      <dc:creator />
      <dc:date>2015-03-03T21:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822661#M11320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are the QV and Excel files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 15:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822661#M11320</guid>
      <dc:creator />
      <dc:date>2015-03-05T15:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822662#M11321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi - i read your post and looked at the app but it wasn't obvious to me what the issue was , even once i tracked down the expression you had referenced &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basde on the expression formula you typed above, i believe you are directly referring to 'OV-T1' expression in large and small charts on the 'outputs' tab.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that correct ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not see a difference in the totals ?&amp;nbsp; Can you help explain ?&amp;nbsp; or does this give you different results on your machine ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80182_Untitled.png" style="height: 193px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 18:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822662#M11321</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-06T18:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822663#M11322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FieldValue() returns the nth value of distinct values for that field. It does not return a value from the "nth" row. Given only 3 possible values, it's expected that &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;FieldValue('My field', 4),&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;would return null.&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;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 20:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822663#M11322</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-03-06T20:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822664#M11323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to pull values from the 4th row for your T4 expression, you can use a reference to unique row value like [Tarrif Name]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;only({&amp;lt;[Tariff Name]={Four}&amp;gt;}[Rental per month])+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RangeMax(sum([Monthly usage])- only({&amp;lt;[Tariff Name]={Four}&amp;gt;}[Inclusive units]),0) *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;only({&amp;lt;[Tariff Name]={Four}&amp;gt;}[Cost per non-inclusive unit])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 20:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822664#M11323</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-03-06T20:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822665#M11324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It produces correct results for Andy for OV-T1, but not for Colin and some other results are also incorrect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2015 21:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822665#M11324</guid>
      <dc:creator />
      <dc:date>2015-03-08T21:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Match function with numeric expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822666#M11325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Only() structure appears to work well at extracting values from the Tariffs table - Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the problem now is that the chart calculates the *total* overage (i.e. summed across the three months) and then applies the rest of the calculation to that.&amp;nbsp; What I want it to do is to do the calculation month by month and then to sum the results..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that this will require an aggregation function ( Aggr() ?), but I can't seem to get this to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2015 22:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Match-function-with-numeric-expressions/m-p/822666#M11325</guid>
      <dc:creator />
      <dc:date>2015-03-08T22:02:42Z</dc:date>
    </item>
  </channel>
</rss>

