<?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 data starts on? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077336#M359332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think requirement is still not clear. I need to show the starting date of the data against each row in a straight table. What you have suggested will do sum(Field) for the Min(Period).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;date(Min({&amp;lt;Period=&amp;gt;}Period), 'MM/DD/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If the user selects 07/01/2013 in the Calendar and data exists only from 07/01/2014, it should show 07/01/2014 since the data only exists from 07/01/2014. So the above expression worked as per this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now if the user selects 08/01/2014 in the Calendar it should show 08/01/2014 since the data exists for the selected date.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If the requirement is still not clear please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2016 09:24:17 GMT</pubDate>
    <dc:creator>qlikviewforum</dc:creator>
    <dc:date>2016-03-17T09:24:17Z</dc:date>
    <item>
      <title>How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077329#M359325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the below expression to show the starting date of the data if the period goes back before the period starts. So the below expression worked perfectly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data exists for the selected date then as per the selected date, date should be visible. What changes is required to achieve the 2nd requirement. Please help! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(Min({&amp;lt;Period=&amp;gt;}Period), 'MM/DD/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 13:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077329#M359325</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2016-03-15T13:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077330#M359326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to say, but clear explanation will help us to flash inputs. Would be happy to have an example also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 13:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077330#M359326</guid>
      <dc:creator>brijesh1991</dc:creator>
      <dc:date>2016-03-15T13:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077331#M359327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the Minimum date should only be visible if you have data available for a selected date? Is that your requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(FieldName) &amp;gt; 0, Date(Min({&amp;lt;Period&amp;gt;}Period), 'MM/DD/YYYY'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 13:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077331#M359327</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-15T13:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077332#M359328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the user selects 07/01/2013 in the Calendar and data exists only from 07/01/2014, it should show 07/01/2014 since the data only exists from 07/01/2014. So the above expression worked as per this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if the user selects 08/01/2014 in the Calendar it should show 08/01/2014 since the data exists for the selected date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the requirement is clear now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 13:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077332#M359328</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2016-03-15T13:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077333#M359329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is "FieldName" here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if I have not explained the requirement clearly. I have explained it again. Please check and let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 13:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077333#M359329</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2016-03-15T13:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077334#M359330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any update from anyone on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 08:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077334#M359330</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2016-03-17T08:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077335#M359331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({$&amp;lt;Period={'$(=Min(Period))'}&amp;gt;}Field) //Where your period is in num format; convert it to date if require.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 09:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077335#M359331</guid>
      <dc:creator>brijesh1991</dc:creator>
      <dc:date>2016-03-17T09:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077336#M359332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think requirement is still not clear. I need to show the starting date of the data against each row in a straight table. What you have suggested will do sum(Field) for the Min(Period).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;date(Min({&amp;lt;Period=&amp;gt;}Period), 'MM/DD/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If the user selects 07/01/2013 in the Calendar and data exists only from 07/01/2014, it should show 07/01/2014 since the data only exists from 07/01/2014. So the above expression worked as per this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now if the user selects 08/01/2014 in the Calendar it should show 08/01/2014 since the data exists for the selected date.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If the requirement is still not clear please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 09:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077336#M359332</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2016-03-17T09:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077337#M359333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;some thing like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(getfieldselection(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Period&lt;/SPAN&gt;)&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;date(Min({&amp;lt;Period=&amp;gt;}Period), 'MM/DD/YYYY'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;date(Min({&amp;lt;Period=&amp;gt;}Period), 'MM/DD/YYYY'),Period)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 09:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077337#M359333</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-17T09:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077338#M359334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(RangeMax(Min({&amp;lt;Period=&amp;gt;} Period), Period), MM/DD/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 09:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077338#M359334</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-03-17T09:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077339#M359335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried this but it is not working whenever the Period is selected in the dashboard. It is regarding '-' but it does works when there is a selection. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 10:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077339#M359335</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2016-03-17T10:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077340#M359336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's perfect. Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 10:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077340#M359336</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2016-03-17T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data starts on?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077341#M359337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Jonathan I have misunderstood the requirement earlier so I am coming back on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have input box to enter the Trending days, based on the value in the input box it displays data in the chart. for example if the input value is 10 then in the chart it display data for max(date) to last 10 days. if there is any date selected in the calendar then it displays it display 10 days data from selected date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagine for a source if the 03/23/2015 and selected date range is 01/01/2015 to 12/31/2015 then expected output is 03/23/2015. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the selected date range is 06/01/2014 to 07/01/2015 then expected output is 03/23/2015 since data is starting from 03/23/2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the selected data range is from 03/29/2015 to 03/29/2015 then expected output is 03/29/2015. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the date range goes back to 03/23/2015 then we should display 03/23/2015, &lt;/P&gt;&lt;P&gt;If the date range goes after 03/23/2015 then we should display the selected. i,e 03/29/2015 if the date range is 03/29/2015 to 03/29/2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the requirement is understandable. If not please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 11:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-starts-on/m-p/1077341#M359337</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2016-03-24T11:25:58Z</dc:date>
    </item>
  </channel>
</rss>

