<?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: How to show Past and future data together in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733494#M262777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any body please look into this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 04:48:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-31T04:48:10Z</dc:date>
    <item>
      <title>How to show Past and future data together</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733491#M262774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have DATE field, and two measures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wanted to show past data and future data together, means if select 2014 till today it should show measure1 value, from tomorrow is should show measure2 value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried with Today()&amp;gt;DATE condition, but not working, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody please tell me, how to do this.&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, 30 Oct 2014 13:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733491#M262774</guid>
      <dc:creator />
      <dc:date>2014-10-30T13:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Past and future data together</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733492#M262775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you could use an expression like this.&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;Date={'$(=Date(Today()))'}&amp;gt;}Sale1)=NULL(),sum(Sale2)).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733492#M262775</guid>
      <dc:creator />
      <dc:date>2014-10-30T14:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Past and future data together</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733493#M262776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shruthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not working,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using like if(Date(Today(),'MM/DD/YYYY')&amp;lt;Max(Date), measure1, measure2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Max(DATE) should not change based on the selection, it should always one date, which can show the value always greater than today, i cant use DATE directly, because user will select only month and year, if i use date there it gives us multiple dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 15:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733493#M262776</guid>
      <dc:creator />
      <dc:date>2014-10-30T15:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Past and future data together</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733494#M262777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any body please look into this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 04:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733494#M262777</guid>
      <dc:creator />
      <dc:date>2014-10-31T04:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Past and future data together</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733495#M262778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you create a sample qvw and share explaining the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 05:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733495#M262778</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-31T05:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to show Past and future data together</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733496#M262779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look into the attached Qvw and Excel, Here i wanted to show the past and future in the same chart, i should put the condition based on the DATE, not the month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If&amp;nbsp; DATE&amp;lt;Today() like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 06:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733496#M262779</guid>
      <dc:creator />
      <dc:date>2014-10-31T06:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: How to show Past and future data together</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733497#M262780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;=sum(if( Date&amp;lt;Today(), [Source2-1.Source2.Revenue]))&lt;/P&gt;&lt;P&gt;=sum(if( Date&amp;gt;=Today(), [Source2-1.Source2.Revenue]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The similar could be done using set analysis as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 06:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733497#M262780</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-31T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Past and future data together</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733498#M262781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i wanted to show both sources together in the chart. Not in the different bars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 07:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733498#M262781</guid>
      <dc:creator />
      <dc:date>2014-10-31T07:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Past and future data together</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733499#M262782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stacked? Goto Style tab-&amp;gt;Subtype-&amp;gt;check stacked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 07:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Past-and-future-data-together/m-p/733499#M262782</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-31T07:17:37Z</dc:date>
    </item>
  </channel>
</rss>

