<?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: Need Help : How can I make change my &amp;quot;input zone&amp;quot; with Date(Today() - X) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-How-can-I-make-change-my-quot-input-zone-quot-with/m-p/390905#M145774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Could you please verify my expression, I have some difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select &lt;STRONG&gt;19/06/2012&lt;/STRONG&gt; on my listbox, I visualize 6 records on&lt;/P&gt;&lt;P&gt;19/06/2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use my input zone with X=163. The date is 19/06/2012, reocords 6&lt;/P&gt;&lt;P&gt;lines in result but my list shows others date different of 19/06/2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2012 17:09:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-29T17:09:49Z</dc:date>
    <item>
      <title>Need Help : How can I make change my "input zone" with Date(Today() - X)</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-How-can-I-make-change-my-quot-input-zone-quot-with/m-p/390902#M145771</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;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How can visualize my table with StartDate = Date(Today() - X)&lt;BR /&gt;&lt;BR /&gt;X is a variable that can change.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For example : Date(Today() -3), I can see all records of 26/11/2012. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Judi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 11:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-How-can-I-make-change-my-quot-input-zone-quot-with/m-p/390902#M145771</guid>
      <dc:creator />
      <dc:date>2012-11-29T11:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help : How can I make change my "input zone" with Date(Today() - X)</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-How-can-I-make-change-my-quot-input-zone-quot-with/m-p/390903#M145772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Judi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached. You can also modify the set analysis to select &amp;gt;= if that's your business rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 13:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-How-can-I-make-change-my-quot-input-zone-quot-with/m-p/390903#M145772</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2012-11-29T13:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help : How can I make change my "input zone" with Date(Today() - X)</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-How-can-I-make-change-my-quot-input-zone-quot-with/m-p/390904#M145773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just create an input box with a numeric range and assign the selected value to a variable X or vVar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, you'll need a straight table, a simple table box doesn't allow to use calculated dimensions / expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a straight table (or any other chart except the table box), create a calculated dimensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Start Date]&amp;gt;=today()-vVar,[Start Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe add your other dimensions, and maybe as expression add a =sum(Sales).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's all (see attached).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of the calculated dimension, you can use a set expression or condition with all your expressions (there are plenty of demos in the forum on how to do this).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 13:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-How-can-I-make-change-my-quot-input-zone-quot-with/m-p/390904#M145773</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-11-29T13:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help : How can I make change my "input zone" with Date(Today() - X)</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-How-can-I-make-change-my-quot-input-zone-quot-with/m-p/390905#M145774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Could you please verify my expression, I have some difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select &lt;STRONG&gt;19/06/2012&lt;/STRONG&gt; on my listbox, I visualize 6 records on&lt;/P&gt;&lt;P&gt;19/06/2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use my input zone with X=163. The date is 19/06/2012, reocords 6&lt;/P&gt;&lt;P&gt;lines in result but my list shows others date different of 19/06/2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 17:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-How-can-I-make-change-my-quot-input-zone-quot-with/m-p/390905#M145774</guid>
      <dc:creator />
      <dc:date>2012-11-29T17:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help : How can I make change my "input zone" with Date(Today() - X)</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-How-can-I-make-change-my-quot-input-zone-quot-with/m-p/390906#M145775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;It works !!&lt;/P&gt;&lt;P&gt;I was some trouble into my model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Judi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Dec 2012 10:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-How-can-I-make-change-my-quot-input-zone-quot-with/m-p/390906#M145775</guid>
      <dc:creator />
      <dc:date>2012-12-01T10:33:18Z</dc:date>
    </item>
  </channel>
</rss>

