<?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 Limit Dimension by Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507605#M1142472</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 am trying to limit a straight table by a dimension date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code I have written is =If(PRICING1_END_DT&amp;lt;=vToday,PRICING1_END_DT))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This isn't quite correct and it just removes the date if it is after vToday.&amp;nbsp; I would like the table to only show data where the PRICING1_END_DT is less than today, rather than blank the data in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2013 09:10:06 GMT</pubDate>
    <dc:creator>danielnevitt</dc:creator>
    <dc:date>2013-09-11T09:10:06Z</dc:date>
    <item>
      <title>Limit Dimension by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507605#M1142472</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 am trying to limit a straight table by a dimension date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code I have written is =If(PRICING1_END_DT&amp;lt;=vToday,PRICING1_END_DT))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This isn't quite correct and it just removes the date if it is after vToday.&amp;nbsp; I would like the table to only show data where the PRICING1_END_DT is less than today, rather than blank the data in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507605#M1142472</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2013-09-11T09:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Dimension by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507606#M1142473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell us something about the format of PRICING1_END_DT and vToday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507606#M1142473</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2013-09-11T09:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Dimension by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507607#M1142474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vToday = Date(Today()) - format of this field is DD/MM/YYYY&lt;/P&gt;&lt;P&gt;PRICING 1_END_DT is a date field in the format of DD/MM/YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that all the information you require?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507607#M1142474</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2013-09-11T09:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Dimension by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507608#M1142475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try putting the limit in the expression. Suppose you want sum(Value) as expression. You can limit this to the required dates like this: sum({&amp;lt;PRICING1_END_DT={'&amp;lt;=$(vToday)'}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll have to make sure that the variable vToday has the same date format as PRICING1_END_DT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507608#M1142475</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-11T09:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Dimension by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507609#M1142476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are Suppress Zero-Values &amp;amp; Suppress When Value is Null checked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507609#M1142476</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2013-09-11T09:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Dimension by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507610#M1142477</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;Thanks that has solved the issue.&amp;nbsp; Sorry for not spotting this basic error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Dimension-by-Date/m-p/507610#M1142477</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2013-09-11T09:29:09Z</dc:date>
    </item>
  </channel>
</rss>

