<?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: Simple help with exclude expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1579904#M739403</link>
    <description>&lt;P&gt;So I have made like U said and it is not working properly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2019-05-14_14h16_01.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12001iF5F3C3B3832D9556/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-05-14_14h16_01.png" alt="2019-05-14_14h16_01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Do You know why?&amp;nbsp; I have write it exactly like You did.&lt;BR /&gt;In Dimentons tab i add calculated dimension.&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2019 12:20:57 GMT</pubDate>
    <dc:creator>renovero</dc:creator>
    <dc:date>2019-05-14T12:20:57Z</dc:date>
    <item>
      <title>Simple help with exclude expression</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1579807#M739401</link>
      <description>&lt;P&gt;Hello, I have straight table in my front end page.&lt;BR /&gt;&lt;BR /&gt;In data there is column "KodTowaruID", like numeric Code column, and I want to exclude few positions from my table.&lt;BR /&gt;example&lt;BR /&gt;If KodTowaruID = 1122 then exclude from table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to write expression to do that&lt;/STRONG&gt; and paste it in this place?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-05-14_09h38_52.png" style="width: 615px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11985i2664B49AFF076EB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-05-14_09h38_52.png" alt="2019-05-14_09h38_52.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I thought about simple&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If((KodTowaruID)={1122} or {1123} or {1124} exclude from table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But could You write to me, how to make this expression to be correct?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1579807#M739401</guid>
      <dc:creator>renovero</dc:creator>
      <dc:date>2024-11-16T03:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Simple help with exclude expression</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1579810#M739402</link>
      <description>&lt;P&gt;You could use the following expression as calculated dimension (not in your highlighted condition which is only for displaying the entire column or hiding them):&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If( not match(KodTowaruID, 1122, 1123, 1124),&amp;nbsp;KodTowaruID) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 07:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1579810#M739402</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-05-14T07:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Simple help with exclude expression</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1579904#M739403</link>
      <description>&lt;P&gt;So I have made like U said and it is not working properly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2019-05-14_14h16_01.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12001iF5F3C3B3832D9556/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-05-14_14h16_01.png" alt="2019-05-14_14h16_01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Do You know why?&amp;nbsp; I have write it exactly like You did.&lt;BR /&gt;In Dimentons tab i add calculated dimension.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 12:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1579904#M739403</guid>
      <dc:creator>renovero</dc:creator>
      <dc:date>2019-05-14T12:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Simple help with exclude expression</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1579910#M739404</link>
      <description>&lt;P&gt;Try putting the values within single quotes like:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;If(not Match(KodTowaruID, '_590', '_59027', ....&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 12:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1579910#M739404</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-05-14T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Simple help with exclude expression</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1579949#M739405</link>
      <description>&lt;P&gt;While calculated dimensions are useful, I tend to stay in the habit of using set expressions for whatever I am calculating in the expressions tab.&amp;nbsp; So for a Sum() expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(&amp;nbsp; {$&amp;lt;KodTowaruID-={1111,1112,1113,1114}&amp;gt;} Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Notice the "-" in front of the "=" signifying to exclude the following set of values.&amp;nbsp; Simple as copying and pasting that in any aggregate function you are using.&amp;nbsp; You could also store it in a variable using the "Variable Overview" in settings menu, and then call that to use that set.&amp;nbsp; If you were to put{$&amp;lt;KodTowaruID-={1111,1112,1113,1114}&amp;gt;} as vSet1, you could write the above as.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum( $(vSet1) Field)&amp;nbsp;&lt;/STRONG&gt;or&amp;nbsp;&lt;STRONG&gt;Count( $(vSet1) EmployeeID)&lt;/STRONG&gt; or whatever aggregate expression you need to use.&lt;/P&gt;&lt;P&gt;That being said, the earlier suggestion in the calculated dimension should work as well with the single quotes (apparently Qlik doesn't like the "_" and thinks you are entering field names).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 13:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1579949#M739405</guid>
      <dc:creator>Jagsfan82</dc:creator>
      <dc:date>2019-05-14T13:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simple help with exclude expression</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1584327#M739406</link>
      <description>&lt;P&gt;Thank You &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/68967"&gt;@Jagsfan82&lt;/a&gt; for your suggestion, I will try to practise this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Also thank You &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt; for respond and ofc &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp; for really helpful correction &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 07:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-help-with-exclude-expression/m-p/1584327#M739406</guid>
      <dc:creator>renovero</dc:creator>
      <dc:date>2019-05-24T07:29:13Z</dc:date>
    </item>
  </channel>
</rss>

