<?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: Eliminate particular value in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951570#M961228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple way to remove a specific account from a number of a/c numbers is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;AccountNumber,&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;from abc*xls Where &lt;SPAN style="font-size: 13.3333px;"&gt;AccountNumber &amp;lt;&amp;gt; '1' ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2015 10:54:41 GMT</pubDate>
    <dc:creator>ashwanin</dc:creator>
    <dc:date>2015-10-23T10:54:41Z</dc:date>
    <item>
      <title>Eliminate particular value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951562#M961220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have the account number like 1,2,,3,4,5,6,7,8,9 and its sales values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to eliminate the account number 1st and its sales in script level (Edit script) only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951562#M961220</guid>
      <dc:creator>stephenedberkg</dc:creator>
      <dc:date>2015-10-23T10:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate particular value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951563#M961221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Your Fields,&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;Source&lt;/P&gt;&lt;P&gt;where AccountNumber &amp;lt;&amp;gt;1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951563#M961221</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-23T10:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate particular value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951564#M961222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the account number is Always 1?&lt;/P&gt;&lt;P&gt;Or do you want do discard the first record?&lt;/P&gt;&lt;P&gt;Order you the record per Account Number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951564#M961222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-23T10:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate particular value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951565#M961223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition if you have other tables which have are &lt;STRONG&gt;explicitly&lt;/STRONG&gt; or &lt;STRONG&gt;implicitly&lt;/STRONG&gt; joining to your fact table, you can use &lt;STRONG&gt;Left Join&lt;/STRONG&gt; or &lt;STRONG&gt;Left Keep&lt;/STRONG&gt;, respectively to remove any rows of data which corresponds to account number 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951565#M961223</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-23T10:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate particular value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951566#M961224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From Table&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where not wildmatch(AccountNumber ,'1*');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951566#M961224</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-10-23T10:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate particular value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951567#M961225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load FeildName&lt;/P&gt;&lt;P&gt;from TableName&lt;/P&gt;&lt;P&gt;WHERE not match(FeildName,'1');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951567#M961225</guid>
      <dc:creator />
      <dc:date>2015-10-23T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate particular value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951568#M961226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do it by creating a variable in script in which you can define what is your Acount Number you wish to eliminate. In your case the account number is 1. You can also change this variable by using a input box in your dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Set vAccount = 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Your Table]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM ("Source Goes here")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WHERE [account number] &amp;lt;&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(vAccount);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope it helped you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;. Have a great weekend.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MB&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951568#M961226</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-23T10:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate particular value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951569#M961227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to eliminate account number simply you can use where condition to filter those records like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From DataSource&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE AccountNumber &amp;lt;&amp;gt;1;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951569#M961227</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-23T10:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate particular value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951570#M961228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple way to remove a specific account from a number of a/c numbers is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;AccountNumber,&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;from abc*xls Where &lt;SPAN style="font-size: 13.3333px;"&gt;AccountNumber &amp;lt;&amp;gt; '1' ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951570#M961228</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2015-10-23T10:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate particular value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951571#M961229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have a dimension table with your account you can first load that table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dim:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AccountNum,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AccountDesc,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .......&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;from ....&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where .... &amp;lt;&amp;gt; 1;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and then load your fact (sales) table&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Sales:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;from&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;where Exists(AccountNum);&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 11:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-particular-value-in-script/m-p/951571#M961229</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-23T11:00:33Z</dc:date>
    </item>
  </channel>
</rss>

