<?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: hard code the date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140079#M894316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure what you are trying to do, can you share a sample or some screenshots?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2016 14:32:28 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-05T14:32:28Z</dc:date>
    <item>
      <title>hard code the date</title>
      <link>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140076#M894313</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 need to hard code the date as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(storeID='017','07/19/2016',date(min(New_A7AIDT),'MM/DD/YYYY')) and it's working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But they have intiated two new stores and they want activated date on &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;storeID = 25,activated date =0 &lt;SPAN class="Object"&gt;8/4/2016&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;storeID&amp;nbsp; = &lt;/SPAN&gt;27 &lt;SPAN style="font-size: 13.3333px;"&gt;activated date = 0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="Object" style="font-size: 10pt; line-height: 1.5em;"&gt;8/5/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;storeID&amp;nbsp;&amp;nbsp; = &lt;/SPAN&gt;26 &lt;SPAN style="font-size: 13.3333px;"&gt;activated date = 0&lt;/SPAN&gt;&lt;SPAN class="Object"&gt;8/6/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Object"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Object"&gt;How to integrate all these dates in one expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Object"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Object"&gt;Thanks...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140076#M894313</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: hard code the date</title>
      <link>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140077#M894314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Match(storeID, '017', '25', '27', '26') +1, D&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ate(Min(New_A7AIDT),'MM/DD/YYYY'),&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'07/19/2016', &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'08/04/2016', &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'08/05/2016', &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'08/06/2016') &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 14:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140077#M894314</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-05T14:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: hard code the date</title>
      <link>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140078#M894315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Small change we don't need the min&lt;/P&gt;&lt;P&gt;date but after using the above logic the date remains same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logic used: Pick(Match(A7AACD,'017','25','27','26')+1,Date((New_A7AIDT),'MM/DD/YYYY'),'07/19/2016','08/04/2016','08/05/2016','08/06/2016')&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, 05 Aug 2016 14:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140078#M894315</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-08-05T14:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: hard code the date</title>
      <link>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140079#M894316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure what you are trying to do, can you share a sample or some screenshots?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 14:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140079#M894316</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-05T14:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: hard code the date</title>
      <link>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140080#M894317</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;The below logic is working fine when i have tested with an sample data.&lt;/P&gt;&lt;P&gt;But it's not working in my chart.We have converted the century date(&lt;STRONG&gt;1160804&lt;/STRONG&gt;) format into normal date format&lt;/P&gt;&lt;P&gt;where,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;New_A7AIDT = &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;date(date#(A7AIDT+19000000, 'YYYYMMDD'),'MM/DD/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;Logic: &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Pick(Match(storeID, '017', '25', '27', '26') +1, D&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;ate(Min(New_A7AIDT),'MM/DD/YYYY'),&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'07/19/2016',&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'08/04/2016', &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'08/05/2016', &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'08/06/2016')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks..&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 18:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140080#M894317</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-08-05T18:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: hard code the date</title>
      <link>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140081#M894318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue resolved...great..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mistake..I need to change location detail instead of '25' need to change '025'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 07:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hard-code-the-date/m-p/1140081#M894318</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-08-06T07:22:51Z</dc:date>
    </item>
  </channel>
</rss>

