<?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: Scenario for Expression in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580954#M598262</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;You can try below.&lt;BR /&gt;&lt;BR /&gt;A:&lt;BR /&gt;&lt;BR /&gt;Load ProjectID&lt;BR /&gt;&lt;BR /&gt;from your table;&lt;BR /&gt;&lt;BR /&gt;B:&lt;BR /&gt;&lt;BR /&gt;Load&amp;nbsp;&lt;BR /&gt;*&lt;BR /&gt;&lt;BR /&gt;from your table&lt;BR /&gt;where not exists(ProjectID) ;&lt;BR /&gt;&lt;BR /&gt;Drop Table A;&lt;BR /&gt;&lt;BR /&gt;Note : Please use the correct fields name.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2019 10:25:36 GMT</pubDate>
    <dc:creator>sultanam</dc:creator>
    <dc:date>2019-05-16T10:25:36Z</dc:date>
    <item>
      <title>Scenario for Expression in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580870#M598254</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can some one help me here how can we write in script &amp;nbsp;for below scenario&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one Project ID for that we will have multiple Subtasks , out of that if one subtask is bad i want to exclude complete Project. how can i do it.&lt;/P&gt;&lt;P&gt;in below example one project has multiple Subtasks out of that if i have one Bad subtask at least&amp;nbsp; (ExclusionProjectFinalFlag='1') then i want to exclude that Project completely from my report .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how ca i write in script, can some one help me here.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 621px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12148iE0773225BC089C0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;HK&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580870#M598254</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2024-11-16T03:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario for Expression in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580890#M598257</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try load again your data with Resident statment and where&amp;nbsp;&lt;SPAN&gt;ExclusionProjectFinalFlag = 1. Don't forget to drop your initial data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Dan.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 08:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580890#M598257</guid>
      <dc:creator>daanciorea</dc:creator>
      <dc:date>2019-05-16T08:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario for Expression in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580904#M598258</link>
      <description>&lt;P&gt;Pleas try the below snippet:&lt;/P&gt;&lt;P&gt;Load * from tablename&lt;/P&gt;&lt;P&gt;where&amp;nbsp;&lt;SPAN&gt;ExclusionProjectFinalFlag&amp;lt;&amp;gt;1;(use '1' if the flag is a character if numeric no quotes)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 09:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580904#M598258</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-05-16T09:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario for Expression in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580930#M598259</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same i wrote , but it is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;why because&lt;/P&gt;&lt;P&gt;1 project has multiple subtask so if i write like above&amp;nbsp; its just excludes only that subtasks which is ExclusionProjectFinalFlag='1' still that Project appears in the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my point is for project if one subtask has ExclusionProjectFinalFlag='1' that project itself should be excluded from the report.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 09:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580930#M598259</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2019-05-16T09:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario for Expression in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580933#M598260</link>
      <description>&lt;P&gt;Ok Please try this:&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOad Proj_id&lt;/P&gt;&lt;P&gt;from&amp;lt;Table Name &amp;gt; where&amp;nbsp;&lt;SPAN&gt;ExclusionProjectFinalFlag='1'(quotes only if character);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Final:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load Proj_id as ProjectID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Other Col Names,,,,,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From &amp;lt;Table Name &amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;where not exists(Proj_id,ProjectID);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 09:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580933#M598260</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-05-16T09:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario for Expression in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580935#M598261</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Then try ssomethinnk lile this:&lt;BR /&gt;&lt;BR /&gt;A:&lt;BR /&gt;Load&lt;BR /&gt;ID_Proyect,&lt;BR /&gt;Max(ExclusionProjectFinalFlag) as ExclusionProjectFinalFlag&lt;BR /&gt;Redident YourTable Group By ID_Proyect;&lt;BR /&gt;&lt;BR /&gt;B:&lt;BR /&gt;Load&lt;BR /&gt;ID_Proyect,&lt;BR /&gt;...&lt;BR /&gt;Resident YourTable;&lt;BR /&gt;Right Join(B)&lt;BR /&gt;Load&lt;BR /&gt;ID_Proyect&lt;BR /&gt;Resident A Where ExclusionProjectFinalFlag = 1;&lt;BR /&gt;&lt;BR /&gt;Drop Tables YourTable, A;&lt;BR /&gt;&lt;BR /&gt;Table B must contains only the proyects that there aren's bad subproyects.&lt;BR /&gt;&lt;BR /&gt;Dan.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 May 2019 10:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580935#M598261</guid>
      <dc:creator>daanciorea</dc:creator>
      <dc:date>2019-05-16T10:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario for Expression in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580954#M598262</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;You can try below.&lt;BR /&gt;&lt;BR /&gt;A:&lt;BR /&gt;&lt;BR /&gt;Load ProjectID&lt;BR /&gt;&lt;BR /&gt;from your table;&lt;BR /&gt;&lt;BR /&gt;B:&lt;BR /&gt;&lt;BR /&gt;Load&amp;nbsp;&lt;BR /&gt;*&lt;BR /&gt;&lt;BR /&gt;from your table&lt;BR /&gt;where not exists(ProjectID) ;&lt;BR /&gt;&lt;BR /&gt;Drop Table A;&lt;BR /&gt;&lt;BR /&gt;Note : Please use the correct fields name.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 10:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580954#M598262</guid>
      <dc:creator>sultanam</dc:creator>
      <dc:date>2019-05-16T10:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario for Expression in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580957#M598263</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry try below one.&lt;BR /&gt;&lt;BR /&gt;A:&lt;BR /&gt;&lt;BR /&gt;Load ProjectID&lt;BR /&gt;&lt;BR /&gt;from table where Flag=1;&lt;BR /&gt;&lt;BR /&gt;B:&lt;BR /&gt;&lt;BR /&gt;Load *&lt;BR /&gt;&lt;BR /&gt;from table where not exists(ProjectID);&lt;BR /&gt;&lt;BR /&gt;Drop table A;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 10:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario-for-Expression-in-Script/m-p/1580957#M598263</guid>
      <dc:creator>sultanam</dc:creator>
      <dc:date>2019-05-16T10:27:59Z</dc:date>
    </item>
  </channel>
</rss>

