<?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 Expression in table to achieve same result as select excluded on dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-in-table-to-achieve-same-result-as-select-excluded-on/m-p/95332#M15309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression in a table that gives me the availability of a system, ignoring the table dimension with TOTAL. This works as expected.&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15344855771012816 jive_text_macro" jivemacro_uid="_15344855771012816" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;exp(&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;Sum(&lt;STRONG&gt;total &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;log(&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;aggr(&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;((HourCount*3600) - Sum(Downtime))/(HourCount*3600)&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;,Block,Area&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;,'# ##0,000%')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My table dimension is &lt;STRONG&gt;[Description]&lt;/STRONG&gt;, and I'm trying to achieve with an expression what would be similar to the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Filter &lt;STRONG&gt;[Description]&lt;/STRONG&gt; on a particular value, let's say "Timeout".&lt;/LI&gt;&lt;LI&gt;Select excluded on &lt;STRONG&gt;[Description]&lt;/STRONG&gt; to exclude "Timeout" from the calculation, while keeping all other available values in the dimension.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is then that each row in the table (that lists the different values of the given dimension) should calculate the total availability of the system, without the dimension value for the current row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have suggestions on how I can solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would love to add an example app, but I'm an end user creating my own tables in the brower through the QlikView plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Knut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2018 06:09:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-17T06:09:51Z</dc:date>
    <item>
      <title>Expression in table to achieve same result as select excluded on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-table-to-achieve-same-result-as-select-excluded-on/m-p/95332#M15309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression in a table that gives me the availability of a system, ignoring the table dimension with TOTAL. This works as expected.&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15344855771012816 jive_text_macro" jivemacro_uid="_15344855771012816" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;exp(&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;Sum(&lt;STRONG&gt;total &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;log(&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;aggr(&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;((HourCount*3600) - Sum(Downtime))/(HourCount*3600)&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;,Block,Area&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-position: repeat; color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt;"&gt;,'# ##0,000%')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My table dimension is &lt;STRONG&gt;[Description]&lt;/STRONG&gt;, and I'm trying to achieve with an expression what would be similar to the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Filter &lt;STRONG&gt;[Description]&lt;/STRONG&gt; on a particular value, let's say "Timeout".&lt;/LI&gt;&lt;LI&gt;Select excluded on &lt;STRONG&gt;[Description]&lt;/STRONG&gt; to exclude "Timeout" from the calculation, while keeping all other available values in the dimension.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is then that each row in the table (that lists the different values of the given dimension) should calculate the total availability of the system, without the dimension value for the current row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have suggestions on how I can solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would love to add an example app, but I'm an end user creating my own tables in the brower through the QlikView plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Knut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 06:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-table-to-achieve-same-result-as-select-excluded-on/m-p/95332#M15309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-17T06:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in table to achieve same result as select excluded on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-table-to-achieve-same-result-as-select-excluded-on/m-p/95333#M15310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found a step in the right direction. If I do an excluding set analysis on the inner sum, I get the desired result, but this does obviously not work independently for each row, since the set analysis is evaluated for the whole chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;=exp(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Sum(total &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;log(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;aggr(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 120px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;((HourCount*3600) - Sum( &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;{$&amp;lt;Description -= {'Timeout'}}&lt;/STRONG&gt;&lt;/SPAN&gt; Downtime))/(HourCount*3600)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;,Block,Area)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I can achieve the same result using an If statement, but I cannot get it to be dynamic for each row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(If(Description &amp;lt;&amp;gt; 'Timeout', Downtime))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not work:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum(If(Description &amp;lt;&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;Description &lt;/SPAN&gt;, Downtime))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to reference the dimension value for the current row in my chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 08:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-table-to-achieve-same-result-as-select-excluded-on/m-p/95333#M15310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-17T08:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in table to achieve same result as select excluded on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-table-to-achieve-same-result-as-select-excluded-on/m-p/95334#M15311</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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;Perhaps like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;Sum(&lt;SPAN style="color: #ff0000; font-size: 12px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;{$&amp;lt;Description -= {'Timeout'}}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt; &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;total &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; font-style: inherit; font-weight: inherit;"&gt;log(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Only(&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 12px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;{$&amp;lt;Description -= {'Timeout'}} &lt;/STRONG&gt;&lt;/SPAN&gt;HourCount)*3600 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Sum( &lt;SPAN style="color: #ff0000; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;$&amp;lt;Description -= {'Timeout'}}&lt;/STRONG&gt;&lt;/SPAN&gt;Downtime))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / (Only(&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 12px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;{$&amp;lt;Description -= {'Timeout'}} &lt;/STRONG&gt;&lt;/SPAN&gt;HourCount_*3600)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Block,Area&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 16:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-table-to-achieve-same-result-as-select-excluded-on/m-p/95334#M15311</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-08-17T16:13:29Z</dc:date>
    </item>
  </channel>
</rss>

