<?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: OR in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455204#M795167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hate being stupid…..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the On – Hold – M code you helped me with, do my Days Outstanding &amp;amp; Duration Days look correct?  (I am thinking they are not)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Not match(, 'Closed Canceled', 'Closed Completed','delivered', 'Delivered -A','Request Rejected - A'),  today() - )           as ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            if(match(, 'delivered', 'Delivered -A','Closed Completed'), ceil(if( &amp;lt; Opened, Opened, ) - )) as ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            If( = 'On Hold - M',&lt;/P&gt;&lt;P&gt;         Ceil(&lt;/P&gt;&lt;P&gt;              If(Len(Trim()) = 0, Today(),&lt;/P&gt;&lt;P&gt;              If( &amp;lt; Opened, Opened, )) - )) as ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jude Shoop&lt;/P&gt;&lt;P&gt;Sr. Analyst – Technical Information Applications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arkema Inc.&lt;/P&gt;&lt;P&gt;900 First Avenue&lt;/P&gt;&lt;P&gt;King Of Prussia, PA 19406&lt;/P&gt;&lt;P&gt;Office:   610.205.7194&lt;/P&gt;&lt;P&gt;Mobile: 610.304.5608&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Dec 2017 22:30:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-26T22:30:57Z</dc:date>
    <item>
      <title>OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455197#M795157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if([Detailed status] = 'On Hold - M', ceil(if([Delivered Date] &amp;lt; Opened, Opened, [Delivered Date]) - [Opened])) as [Days Onhold],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if Delivered date is blank what can I do to get my days on hold?&amp;nbsp; Delivered Date &amp;lt; Opened OR Delivered Date &amp;lt;&amp;gt; ''..... How can I write that IF statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;jude&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/OR/m-p/1455197#M795157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455198#M795159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Detailed status] = 'On Hold - M',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(If([Delivered Date] &amp;lt; Opened &lt;SPAN style="color: #ff0000;"&gt;or Len(Trim([Delivered Date])) &amp;gt; 0&lt;/SPAN&gt;, Opened, [Delivered Date]) - [Opened])) as [Days Onhold],&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 20:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/1455198#M795159</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-26T20:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455199#M795161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works but just realized if Delivered Date is blank I don’t get any number for Days On Hold.  So, how would I add if Delivered Date is blank then today – opened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jude Shoop&lt;/P&gt;&lt;P&gt;Sr. Analyst – Technical Information Applications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arkema Inc.&lt;/P&gt;&lt;P&gt;900 First Avenue&lt;/P&gt;&lt;P&gt;King Of Prussia, PA 19406&lt;/P&gt;&lt;P&gt;Office:   610.205.7194&lt;/P&gt;&lt;P&gt;Mobile: 610.304.5608&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 20:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/1455199#M795161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-26T20:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455200#M795163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Detailed status] = 'On Hold - M',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim([Delivered Date])) = 0, Today(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Delivered Date] &amp;lt; Opened, Opened, [Delivered Date])) - [Opened])) as [Days Onhold],&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 20:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/1455200#M795163</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-26T20:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455201#M795164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, thank you, thank you!!!!!!!!!!!!!!!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 20:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/1455201#M795164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-26T20:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455202#M795165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all... If you got what you wanted, please close the thread by marking correct and helpful responses.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 20:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/1455202#M795165</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-26T20:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455203#M795166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actions just hangs up on me.....&lt;IMG alt="qlikhangs.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188180_qlikhangs.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 21:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/1455203#M795166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-26T21:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455204#M795167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hate being stupid…..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the On – Hold – M code you helped me with, do my Days Outstanding &amp;amp; Duration Days look correct?  (I am thinking they are not)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Not match(, 'Closed Canceled', 'Closed Completed','delivered', 'Delivered -A','Request Rejected - A'),  today() - )           as ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            if(match(, 'delivered', 'Delivered -A','Closed Completed'), ceil(if( &amp;lt; Opened, Opened, ) - )) as ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            If( = 'On Hold - M',&lt;/P&gt;&lt;P&gt;         Ceil(&lt;/P&gt;&lt;P&gt;              If(Len(Trim()) = 0, Today(),&lt;/P&gt;&lt;P&gt;              If( &amp;lt; Opened, Opened, )) - )) as ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jude Shoop&lt;/P&gt;&lt;P&gt;Sr. Analyst – Technical Information Applications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arkema Inc.&lt;/P&gt;&lt;P&gt;900 First Avenue&lt;/P&gt;&lt;P&gt;King Of Prussia, PA 19406&lt;/P&gt;&lt;P&gt;Office:   610.205.7194&lt;/P&gt;&lt;P&gt;Mobile: 610.304.5608&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 22:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/1455204#M795167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-26T22:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455205#M795168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You work near King Of Prussia? I am in Valley Forge &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming back to your question... not sure I understand what you looking to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 22:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/1455205#M795168</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-26T22:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455206#M795169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, Hi neighbor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok so I have my number of hold days, now I need to know days outstanding &amp;amp; duration days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not on hold, not closed canceled, not closed complete, not delivered, how many days outstanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Not&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Detailed status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'Closed Canceled', 'Closed Completed','delivered', 'Delivered -A','Request Rejected - A'),&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;() - &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Opened]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Days Outstanding]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;IF it's delivered, delivered -A, Closed Completed, how many days did it take?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Detailed status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'delivered', 'Delivered -A','Closed Completed'), &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Delivered Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Opened&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Opened&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Delivered Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) - &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Opened]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Duration (Days)]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 22:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/1455206#M795169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-26T22:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455207#M795170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn’t working….. )/30   as ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jude Shoop&lt;/P&gt;&lt;P&gt;Sr. Analyst – Technical Information Applications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arkema Inc.&lt;/P&gt;&lt;P&gt;900 First Avenue&lt;/P&gt;&lt;P&gt;King Of Prussia, PA 19406&lt;/P&gt;&lt;P&gt;Office:   610.205.7194&lt;/P&gt;&lt;P&gt;Mobile: 610.304.5608&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 18:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/1455207#M795170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T18:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/1455208#M795171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure of what posted above....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I calculate time outstanding in months based on days onhold?&amp;nbsp; This is what was being done in the old code but it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Days Outstanding], &lt;/P&gt;&lt;P&gt;[Duration (Days)], &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Days Onhold])/30 as [Time Outstanding in Months];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 19:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/1455208#M795171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T19:23:25Z</dc:date>
    </item>
  </channel>
</rss>

