<?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: Please help with the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-help-with-the-script/m-p/1944273#M1219507</link>
    <description>&lt;P&gt;even in the Data model table , I only have the ones with value 1 but not showing the data with 0.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 23:28:27 GMT</pubDate>
    <dc:creator>ashmitp869</dc:creator>
    <dc:date>2022-06-15T23:28:27Z</dc:date>
    <item>
      <title>Please help with the script</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-with-the-script/m-p/1943773#M1219474</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I do have the below script&lt;/P&gt;
&lt;P&gt;test:&lt;BR /&gt;LOAD DISTINCT [Ward/Location],0 as securorgatt resident AH_MDS;&lt;BR /&gt;CONCATENATE (test)&lt;BR /&gt;LOAD DISTINCT SecuredOrg AS [Ward/Location], &lt;BR /&gt;1 as securorgatt&lt;BR /&gt;FROM&lt;BR /&gt;[$(vL.QVDPathAH)SensitiveClinicSectionAccessMapping.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;When I have two values i.e 0 and 1 , I only need to pick the row with 1. How do I do in qlikview script.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashmitp869_0-1655274410235.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81792i1847262884C11C2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashmitp869_0-1655274410235.png" alt="ashmitp869_0-1655274410235.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 06:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-with-the-script/m-p/1943773#M1219474</guid>
      <dc:creator>ashmitp869</dc:creator>
      <dc:date>2022-06-15T06:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with the script</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-with-the-script/m-p/1944205#M1219493</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Would you not use a Where clause to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 19:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-with-the-script/m-p/1944205#M1219493</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2022-06-15T19:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with the script</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-with-the-script/m-p/1944252#M1219501</link>
      <description>&lt;P&gt;maybe like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;test:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD DISTINCT&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SecuredOrg AS [Ward/Location],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 as securorgatt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[$(vL.QVDPathAH)SensitiveClinicSectionAccessMapping.xlsx]&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CONCATENATE (test)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;LOAD&amp;nbsp;[Ward/Location],&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 as securorgatt&lt;BR /&gt;RESIDENT AH_MDS&lt;BR /&gt;WHERE not Exists([Ward/Location]);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 21:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-with-the-script/m-p/1944252#M1219501</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-06-15T21:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with the script</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-with-the-script/m-p/1944271#M1219505</link>
      <description>&lt;P&gt;Hi Marco,&lt;/P&gt;
&lt;P&gt;why I am only getting the values as 1 , the 0 are not showing correctly. I want both of them .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashmitp869_0-1655334871519.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81881i60C52312F9928DC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashmitp869_0-1655334871519.png" alt="ashmitp869_0-1655334871519.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 23:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-with-the-script/m-p/1944271#M1219505</guid>
      <dc:creator>ashmitp869</dc:creator>
      <dc:date>2022-06-15T23:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with the script</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-with-the-script/m-p/1944273#M1219507</link>
      <description>&lt;P&gt;even in the Data model table , I only have the ones with value 1 but not showing the data with 0.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 23:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-with-the-script/m-p/1944273#M1219507</guid>
      <dc:creator>ashmitp869</dc:creator>
      <dc:date>2022-06-15T23:28:27Z</dc:date>
    </item>
  </channel>
</rss>

