<?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: The Date Challenge! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301140#M405495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik &lt;/P&gt;&lt;P&gt;I want this logic to be build in calculated dimension not at the expression level. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2017 12:30:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-29T12:30:25Z</dc:date>
    <item>
      <title>The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301131#M405486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a simple table with ID, OrderDate and Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tab1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158065_tab1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have another table which is not linked with the above table. This table has a list of dates like a calendar.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tab2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/158066_tab2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to select any date from Calendar and then show all the OrderDate which &amp;gt;= Calendar Date and &amp;lt;= CalendarDate+15days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if I select date 01/04/2016 I get this list:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tab3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/158067_tab3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I actually want is a straight table that looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tab4.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/158068_tab4.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this something possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301131#M405486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T11:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301132#M405487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attached the app and the data if anyone can have a look!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301132#M405487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T11:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301133#M405488</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;what is your dimension??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use calendar date as your dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression &lt;/P&gt;&lt;P&gt;sum(if(orderDate&amp;lt;=CalendarDate and orderDate&amp;gt;=CalendarDate+15,Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301133#M405488</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-03-29T11:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301134#M405489</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;Try this as your calculated dimension:&lt;/P&gt;&lt;P&gt;=aggr(sum(distinct{&amp;lt;OrderDate={"&amp;gt;=$(=max(Calendar))&amp;lt;=$(=max(Calendar)+15)"}&amp;gt;} OrderDate),OrderDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this after ensuring that both OrderDate and Calendar are in the number format during data-load. Manage the date-display format in the display objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301134#M405489</guid>
      <dc:creator>karthiksrqv</dc:creator>
      <dc:date>2017-03-29T11:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301135#M405490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you meant this (incorrect signs &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(If(OrderDate &amp;gt;= Calendar and OrderDate &amp;lt;= (Calendar+15), Sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158076_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301135#M405490</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T12:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301136#M405491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158079_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301136#M405491</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-29T12:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301137#M405492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301137#M405492</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-03-29T12:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301138#M405493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this might work. I'll do further testing on this but is there anyway I can see the repeated Code and sales value as soon as they become available in the chart. like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tab5.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158081_tab5.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301138#M405493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T12:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301139#M405494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ideally i want to have the calculated dimension rather than building this logic in expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301139#M405494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T12:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301140#M405495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik &lt;/P&gt;&lt;P&gt;I want this logic to be build in calculated dimension not at the expression level. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301140#M405495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T12:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301141#M405496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Waqas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the above expression as your calcuated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301141#M405496</guid>
      <dc:creator>karthiksrqv</dc:creator>
      <dc:date>2017-03-29T12:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301142#M405497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A code may come in different dates, and how would you want to deal such situation, show against only one date? if so which date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301142#M405497</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-29T12:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301143#M405498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the OP wants, that once a Code is available on a day, it should be made available on every subsequent day after it was first available in that 15 day window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="158082" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158082_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301143#M405498</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T12:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301144#M405499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That;s exactly what I'm looking for Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301144#M405499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T12:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: The Date Challenge!</title>
      <link>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301145#M405500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may create the data accordingly in the script using Peek()/Previous(). Check it here :&lt;A href="https://community.qlik.com/qlik-blogpost/2928"&gt;How to populate a sparsely populated field&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Date-Challenge/m-p/1301145#M405500</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-29T12:59:41Z</dc:date>
    </item>
  </channel>
</rss>

