<?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: Qlikview for Developers - Use Case Chapter 12 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/1687988#M778749</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you solve this case? can you share the solution?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2020 08:59:34 GMT</pubDate>
    <dc:creator>dripet</dc:creator>
    <dc:date>2020-03-26T08:59:34Z</dc:date>
    <item>
      <title>Qlikview for Developers - Use Case Chapter 12</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/73624#M778744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to get the End Date value from a qvd. But the End date column is not present in the QVD. But Start Date value is available. I know, I can get the End Date value by using the Peek function from the Start Date column. But it is not working as I expected.&amp;nbsp; Can anyone please guide me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Start date value is in the format 'yyyy-mm-dd'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I tried to get the end date value by converting the start date value to number and subtract that value by -1 using peek function. And then convert it again to Date value by using the Date function with the format of 'yyyy-mm-dd'. Still no use...&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/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/73624#M778744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview for Developers - Use Case Chapter 12</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/73625#M778745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you don't have end date column then&lt;/P&gt;&lt;P&gt;what is logic for deriving end date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2018 11:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/73625#M778745</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2018-04-21T11:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview for Developers - Use Case Chapter 12</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/73626#M778746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your app here? What is the logic of end date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2018 12:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/73626#M778746</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-21T12:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview for Developers - Use Case Chapter 12</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/73627#M778747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay.. Here I'm using Intervalmatch function between the fact table(flight data) and Career Decode (dimension table)... Already I have End date in the (Career Decode) QVD... But I don't want to use that in the script instead of that i want to achieve that using the Peek function with Start date as my parameter. I have attached the qvd here....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my career decode script (current script)&lt;/P&gt;&lt;P&gt;[Carrier Decode]:&lt;/P&gt;&lt;P&gt;IntervalMatch (Date, [%Unique Carrier Entity Code])&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; [Start Date],&lt;/P&gt;&lt;P&gt;If(Len([End Date]) &amp;lt; 1, Today(1), [End Date]) as [End Date],&amp;nbsp; &lt;/P&gt;&lt;P&gt; [Unique Carrier Entity] as [%Unique Carrier Entity Code]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\3.QVD\Source\Carrier Decode.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2018 04:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/73627#M778747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-22T04:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview for Developers - Use Case Chapter 12</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/73628#M778748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay.. Here I'm using Intervalmatch function between the fact table(flight data) and Career Decode (dimension table)... Already I have End date in the (Career Decode) QVD... But I don't want to use that in the script instead of that i want to achieve that using the Peek function with Start date as my parameter. I have attached the qvd here....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my career decode script (current script)&lt;/P&gt;&lt;P&gt;[Carrier Decode]:&lt;/P&gt;&lt;P&gt;IntervalMatch (Date, [%Unique Carrier Entity Code])&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; [Start Date],&lt;/P&gt;&lt;P&gt;If(Len([End Date]) &amp;lt; 1, Today(1), [End Date]) as [End Date],&amp;nbsp; &lt;/P&gt;&lt;P&gt; [Unique Carrier Entity] as [%Unique Carrier Entity Code]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\3.QVD\Source\Carrier Decode.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2018 04:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/73628#M778748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-22T04:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview for Developers - Use Case Chapter 12</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/1687988#M778749</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you solve this case? can you share the solution?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 08:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-for-Developers-Use-Case-Chapter-12/m-p/1687988#M778749</guid>
      <dc:creator>dripet</dc:creator>
      <dc:date>2020-03-26T08:59:34Z</dc:date>
    </item>
  </channel>
</rss>

