<?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 formulas for date fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-formulas-for-date-fields/m-p/399497#M1160018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to write an expression for a chart that says if the bill date field is populated, sum the total request amount. I have most of it but I don't know what to put in place of &lt;STRONG&gt;'Billed'&lt;/STRONG&gt;. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if([[Bill Date]]= 'Billed', [Total Request Amount]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2013 15:07:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-07T15:07:37Z</dc:date>
    <item>
      <title>IF formulas for date fields</title>
      <link>https://community.qlik.com/t5/QlikView/IF-formulas-for-date-fields/m-p/399497#M1160018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to write an expression for a chart that says if the bill date field is populated, sum the total request amount. I have most of it but I don't know what to put in place of &lt;STRONG&gt;'Billed'&lt;/STRONG&gt;. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if([[Bill Date]]= 'Billed', [Total Request Amount]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-formulas-for-date-fields/m-p/399497#M1160018</guid>
      <dc:creator />
      <dc:date>2013-01-07T15:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: IF formulas for date fields</title>
      <link>https://community.qlik.com/t5/QlikView/IF-formulas-for-date-fields/m-p/399498#M1160019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=sum(if(Len(trim([Bill Date]))&amp;gt;0, [Total Request Amount]))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-formulas-for-date-fields/m-p/399498#M1160019</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2013-01-07T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: IF formulas for date fields</title>
      <link>https://community.qlik.com/t5/QlikView/IF-formulas-for-date-fields/m-p/399499#M1160020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm...I underestimated the complexity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show a few things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Tahoma, sans-serif;"&gt;Invoices with LOG&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum (Total Request Amount) if LOG Received (checkbox) = Yes and Invoice Received (checkbox) = Yes and Bill Date (date) = Blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: black; font-size: 10pt; font-family: Tahoma, sans-serif;"&gt;Missing a LOG &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10.0pt; font-family: 'Tahoma','sans-serif';"&gt;Sum (Total Request Amount) if LOG Received (checkbox) = No and Invoice Received (checkbox) = Yes and Bill Date (date) = Blank.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: black; font-size: 10pt; font-family: Tahoma, sans-serif;"&gt;Missing an Invoice&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10.0pt; font-family: 'Tahoma','sans-serif';"&gt;Sum (Total Request Amount) if LOG Received (checkbox) = Yes and Invoice Received (checkbox) = No and Bill Date (date) = Blank.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10.0pt; font-family: 'Tahoma','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-formulas-for-date-fields/m-p/399499#M1160020</guid>
      <dc:creator />
      <dc:date>2013-01-07T15:20:01Z</dc:date>
    </item>
  </channel>
</rss>

