<?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: logic help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/logic-help/m-p/940124#M949598</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(isnull(DateSubmitted),&lt;STRONG&gt;Date(RangeMin(DateDueGracePeriod,Today()))&lt;/STRONG&gt;,DateSubmitted ) as DateNew,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2015 11:25:10 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-12-16T11:25:10Z</dc:date>
    <item>
      <title>logic help</title>
      <link>https://community.qlik.com/t5/QlikView/logic-help/m-p/940123#M949597</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 one logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(DateSubmitted),DateDueGracePeriod,DateSubmitted ) as DateNew, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DateDueGracePeriod= these include the dates till year 2020, but i want to restrict it at backend .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i want in &lt;SPAN style="font-size: 13.3333px;"&gt;DateDueGracePeriod always there would be dates less than today, shud not exceed 16 dec 2015..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;how i can do this?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 11:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logic-help/m-p/940123#M949597</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-12-16T11:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: logic help</title>
      <link>https://community.qlik.com/t5/QlikView/logic-help/m-p/940124#M949598</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(isnull(DateSubmitted),&lt;STRONG&gt;Date(RangeMin(DateDueGracePeriod,Today()))&lt;/STRONG&gt;,DateSubmitted ) as DateNew,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 11:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logic-help/m-p/940124#M949598</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-16T11:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: logic help</title>
      <link>https://community.qlik.com/t5/QlikView/logic-help/m-p/940125#M949599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say restrict in the backend, I presume you mean in the Load Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case I think you want something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM [yourSource.QVD]&lt;/P&gt;&lt;P&gt;WHERE DateDueGracePeriod &amp;lt;= Today;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are other ways you could go about this, but hopefully this will get you started.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 11:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logic-help/m-p/940125#M949599</guid>
      <dc:creator>gsbeaton</dc:creator>
      <dc:date>2015-12-16T11:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: logic help</title>
      <link>https://community.qlik.com/t5/QlikView/logic-help/m-p/940126#M949600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD YourFields,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;f(IsNull(DateSubmitted), DateDueGracePeriod, DateSubmitted) as DateNew,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Where &lt;SPAN style="font-size: 13.3333px;"&gt; not I&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;sNull(DateSubmitted) or Num(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;DateDueGracePeriod) &amp;lt;= Num(Today());&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 11:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logic-help/m-p/940126#M949600</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-16T11:29:41Z</dc:date>
    </item>
  </channel>
</rss>

