<?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 If Match Statement in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-Match-Statement/m-p/2411102#M94622</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am looking to get a total value of courses completed on time in a KPI chart..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get this, I think I need a IF MATCH statement.&lt;/P&gt;
&lt;P&gt;Basically, if the (course end date) matches the (course estimated end date) then I would then want the number to show in the KPI so the code will go in the KPI chart&lt;/P&gt;
&lt;P&gt;Hope this makes some sense&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2024 14:15:33 GMT</pubDate>
    <dc:creator>New-here1</dc:creator>
    <dc:date>2024-01-25T14:15:33Z</dc:date>
    <item>
      <title>If Match Statement</title>
      <link>https://community.qlik.com/t5/App-Development/If-Match-Statement/m-p/2411102#M94622</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am looking to get a total value of courses completed on time in a KPI chart..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get this, I think I need a IF MATCH statement.&lt;/P&gt;
&lt;P&gt;Basically, if the (course end date) matches the (course estimated end date) then I would then want the number to show in the KPI so the code will go in the KPI chart&lt;/P&gt;
&lt;P&gt;Hope this makes some sense&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 14:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Match-Statement/m-p/2411102#M94622</guid>
      <dc:creator>New-here1</dc:creator>
      <dc:date>2024-01-25T14:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: If Match Statement</title>
      <link>https://community.qlik.com/t5/App-Development/If-Match-Statement/m-p/2411110#M94623</link>
      <description>&lt;P&gt;I think the better way is to create an indicator in the script like below -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If([Course End Date] = [Course Estimated end date] = 1,0)&amp;nbsp; &amp;nbsp;AS [On Time Indicator]&lt;/P&gt;
&lt;P&gt;and then in the chart, you can do something like this -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Count({&amp;lt;[On Time Indicator] = {1}&amp;gt;} [Course ID])&lt;/P&gt;
&lt;P&gt;Just an idea, your data model might need a tweak to make it work&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 14:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Match-Statement/m-p/2411110#M94623</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2024-01-25T14:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: If Match Statement</title>
      <link>https://community.qlik.com/t5/App-Development/If-Match-Statement/m-p/2411115#M94624</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;=Count({$&amp;lt;RecordID={"=EndDate =EstimatedEndDate"}&amp;gt;}DISTINCT CourseID)&lt;/P&gt;
&lt;P&gt;RecordID is unique for each row in the table&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 14:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Match-Statement/m-p/2411115#M94624</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-01-25T14:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: If Match Statement</title>
      <link>https://community.qlik.com/t5/App-Development/If-Match-Statement/m-p/2411125#M94626</link>
      <description>&lt;P&gt;This worked! Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 14:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Match-Statement/m-p/2411125#M94626</guid>
      <dc:creator>New-here1</dc:creator>
      <dc:date>2024-01-25T14:50:17Z</dc:date>
    </item>
  </channel>
</rss>

