<?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: Script logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-logic/m-p/127417#M760571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi john,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your data looks correct and there is no issues in the bar chart as well.&lt;/P&gt;&lt;P&gt;For R 18.9 i can see 78 hours under status COMPLETED"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211936_Capture.PNG" style="height: 143px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2018 07:40:06 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2018-08-28T07:40:06Z</dc:date>
    <item>
      <title>Script logic</title>
      <link>https://community.qlik.com/t5/QlikView/Script-logic/m-p/127416#M760570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment of QVW file and csv file .&lt;/P&gt;&lt;P&gt;I am trying to show a bar graph for release by hours .&lt;/P&gt;&lt;P&gt;Hear i need to show only those whose status is completed&amp;nbsp; or accepted .&lt;/P&gt;&lt;P&gt;Everything is working fine ..&lt;/P&gt;&lt;P&gt;But if you observer the release number R-18.9 is showing 78 hours ..which actually should not be displayed .&lt;/P&gt;&lt;P&gt;My requirement is like if any release number has a status other than completed or accepted it should not be displayed in the bar graph .&lt;/P&gt;&lt;P&gt;if you refer the Excel file ...and filter it by 18.9 data under status i have the status &lt;STRONG&gt;defined&lt;/STRONG&gt; and in &lt;STRONG&gt;progress&lt;/STRONG&gt; in such case the r-18.9 release should not be shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as shown in the below scrceen shot the release 18.9 has a status of defined and in progress&lt;/P&gt;&lt;P&gt;Therefore this release should be neglected&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="211938" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211938_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;only i need to show the releases which has complete status either accepted or completed . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;how can i handle this at the script level ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please some one help me on this .....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks in advance &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/Script-logic/m-p/127416#M760570</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic</title>
      <link>https://community.qlik.com/t5/QlikView/Script-logic/m-p/127417#M760571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi john,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your data looks correct and there is no issues in the bar chart as well.&lt;/P&gt;&lt;P&gt;For R 18.9 i can see 78 hours under status COMPLETED"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211936_Capture.PNG" style="height: 143px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 07:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-logic/m-p/127417#M760571</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-08-28T07:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic</title>
      <link>https://community.qlik.com/t5/QlikView/Script-logic/m-p/127418#M760572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe: &lt;/P&gt;&lt;P&gt;Add a new field in your table:&lt;/P&gt;&lt;P&gt;subfield(Release,' ',1) as ReleaseNumber.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than, use this expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(count( total &amp;lt;ReleaseNumber&amp;gt;distinct Status) &amp;lt;=2 and (Status='COMPLETED' or Status='ACCEPTED'), sum(Hours))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211941_Capture.PNG" style="height: 291px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 10:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-logic/m-p/127418#M760572</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-08-28T10:15:16Z</dc:date>
    </item>
  </channel>
</rss>

