<?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: Hide data Expression or Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-data-Expression-or-Script/m-p/1363626#M824724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you don't want that data than to hide ,so as mentioned above you can excluding which loading data using where&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;from .... where&lt;/P&gt;&lt;P&gt;not exists(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BranchCode ,'001'&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2017 05:55:32 GMT</pubDate>
    <dc:creator>mangalsk</dc:creator>
    <dc:date>2017-07-25T05:55:32Z</dc:date>
    <item>
      <title>Hide data Expression or Script</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-data-Expression-or-Script/m-p/1363622#M824720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have data that i need to hide but i don't know how to do that in expression or script what i want is &lt;/P&gt;&lt;P&gt;like&amp;nbsp; if(BrancCode= 001') all having BranchCode = 001 should be hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be highly appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bing&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/Hide-data-Expression-or-Script/m-p/1363622#M824720</guid>
      <dc:creator>bsbernabe</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide data Expression or Script</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-data-Expression-or-Script/m-p/1363623#M824721</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;Sample:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * from Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Final:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Resident Sample Where BranchCode &amp;lt;&amp;gt; '001';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table Sample;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Load * From &amp;lt;Data Sample&amp;gt; Where BranchCode &amp;lt;&amp;gt; '001';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 03:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-data-Expression-or-Script/m-p/1363623#M824721</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-25T03:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hide data Expression or Script</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-data-Expression-or-Script/m-p/1363624#M824722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You So Much &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/loveisfail"&gt;loveisfail&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; I really appreciate &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 04:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-data-Expression-or-Script/m-p/1363624#M824722</guid>
      <dc:creator>bsbernabe</dc:creator>
      <dc:date>2017-07-25T04:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hide data Expression or Script</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-data-Expression-or-Script/m-p/1363625#M824723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to tell you can use Front end like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;BranchCode -= {'001'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;BranchCode -= {'001'}&lt;/STRONG&gt;&amp;gt;}&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;BranchCode)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 05:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-data-Expression-or-Script/m-p/1363625#M824723</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-25T05:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide data Expression or Script</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-data-Expression-or-Script/m-p/1363626#M824724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you don't want that data than to hide ,so as mentioned above you can excluding which loading data using where&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;from .... where&lt;/P&gt;&lt;P&gt;not exists(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BranchCode ,'001'&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 05:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-data-Expression-or-Script/m-p/1363626#M824724</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-25T05:55:32Z</dc:date>
    </item>
  </channel>
</rss>

