<?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 [Days Open] Scrip calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Days-Open-Scrip-calculation/m-p/368059#M493816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to post some input data and an exaqmple of your desired output chart then we may be able to help you further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2012 18:41:08 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-04-25T18:41:08Z</dc:date>
    <item>
      <title>[Days Open] Scrip calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Days-Open-Scrip-calculation/m-p/368056#M493813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt; Hi all,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;In my script I'm using the following to calculate Days Open.&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;DIV&gt;if&lt;/DIV&gt;&lt;/SPAN&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;tm_last_closed&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;), &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;$(vTodaysDate)&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt; &lt;/EM&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;tm_last_closed&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;))) - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;tm_created&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Days Open]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;the&lt;SPAN style="color: #800000;"&gt; &lt;SPAN style="color: #800000; font-size: 10pt;"&gt;tm_last_closed and tm_created are fields in my database.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;I have a request to calculate a backlong for each month based on fixed date instead of $(vTodaysDate) for example using the last date of the month as the point.&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt; Then to calculate the Days Open based on the fixed date for&amp;nbsp; that month.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #333333; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; How can I load fixed dates for each month for example &lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Jan 31 2012, Feb 28 2012, March 31 2012 etc and use it instead of $(vTodaysDate) to compute my Days Open? Please help. Thank you !!!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt; &lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="MsoNormal" style="margin: 0in 0in 0pt;"&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 15:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-Open-Scrip-calculation/m-p/368056#M493813</guid>
      <dc:creator />
      <dc:date>2012-04-25T15:48:24Z</dc:date>
    </item>
    <item>
      <title>[Days Open] Scrip calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Days-Open-Scrip-calculation/m-p/368057#M493814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe using MonthEnd()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 15:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-Open-Scrip-calculation/m-p/368057#M493814</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-25T15:51:50Z</dc:date>
    </item>
    <item>
      <title>[Days Open] Scrip calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Days-Open-Scrip-calculation/m-p/368058#M493815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you I will try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 15:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-Open-Scrip-calculation/m-p/368058#M493815</guid>
      <dc:creator />
      <dc:date>2012-04-25T15:55:36Z</dc:date>
    </item>
    <item>
      <title>[Days Open] Scrip calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Days-Open-Scrip-calculation/m-p/368059#M493816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to post some input data and an exaqmple of your desired output chart then we may be able to help you further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 18:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-Open-Scrip-calculation/m-p/368059#M493816</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-25T18:41:08Z</dc:date>
    </item>
  </channel>
</rss>

