<?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 Ignore a complete table with set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593449#M443716</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to calculate the number of delevries inside a QV app but I have a little problem.&lt;/P&gt;&lt;P&gt;Here are my tables in my QV app :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QV.png" style="width: 702px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13974iD218C6680424D106/image-size/large?v=v2&amp;amp;px=999" role="button" title="QV.png" alt="QV.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I would like to calculate the number of deliveries without using tables 'Anomalies', 'Type' and 'Raison'.&lt;/P&gt;&lt;P&gt;In SQL I would do it like this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;SELECT count(*) as Nb_deliveries
FROM Livraison
WHERE status = 5
AND mode= 'T'
AND date_livraison &amp;gt;= some_date
AND date_livraison &amp;lt; some_other_date&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in QV I only get records where there is a link between the delivery and table 'Anomalie'.&lt;/P&gt;&lt;P&gt;I tried using set analysis but I can't get better than a count of the entire delivery table :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=count({1&amp;lt;STATUS={5},MODE={`T`}&amp;gt;}Date_livraison)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I imagine if I could set the date in the expression it's ok but I don't find how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone can help me that would be perfect &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Guillaume&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2019 09:37:50 GMT</pubDate>
    <dc:creator>GuillaumeRUE</dc:creator>
    <dc:date>2019-06-19T09:37:50Z</dc:date>
    <item>
      <title>Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593449#M443716</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to calculate the number of delevries inside a QV app but I have a little problem.&lt;/P&gt;&lt;P&gt;Here are my tables in my QV app :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QV.png" style="width: 702px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13974iD218C6680424D106/image-size/large?v=v2&amp;amp;px=999" role="button" title="QV.png" alt="QV.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I would like to calculate the number of deliveries without using tables 'Anomalies', 'Type' and 'Raison'.&lt;/P&gt;&lt;P&gt;In SQL I would do it like this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;SELECT count(*) as Nb_deliveries
FROM Livraison
WHERE status = 5
AND mode= 'T'
AND date_livraison &amp;gt;= some_date
AND date_livraison &amp;lt; some_other_date&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in QV I only get records where there is a link between the delivery and table 'Anomalie'.&lt;/P&gt;&lt;P&gt;I tried using set analysis but I can't get better than a count of the entire delivery table :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=count({1&amp;lt;STATUS={5},MODE={`T`}&amp;gt;}Date_livraison)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I imagine if I could set the date in the expression it's ok but I don't find how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone can help me that would be perfect &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Guillaume&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 09:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593449#M443716</guid>
      <dc:creator>GuillaumeRUE</dc:creator>
      <dc:date>2019-06-19T09:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593452#M443717</link>
      <description>&lt;P&gt;maybe this:&lt;/P&gt;&lt;P&gt;=count(&lt;BR /&gt;{1 &amp;lt; STATUS = {'5'}, MODE={'T'},&lt;BR /&gt;Date_livraison = {"&amp;gt;=some_date&amp;lt;=some_other_date"} &amp;gt;}&lt;BR /&gt;Id )&lt;/P&gt;&lt;P&gt;i hope it can help.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 09:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593452#M443717</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-06-19T09:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593453#M443718</link>
      <description>&lt;P&gt;what is your key column connecting livarison and anamolie&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 09:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593453#M443718</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-06-19T09:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593454#M443719</link>
      <description>&lt;P&gt;The key is Id for table 'Livraison' and 'Id_livraison' for the table 'Anomalie'&lt;/P&gt;&lt;P&gt;(In my QV App they have the same name obviously)&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 09:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593454#M443719</guid>
      <dc:creator>GuillaumeRUE</dc:creator>
      <dc:date>2019-06-19T09:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593456#M443720</link>
      <description>&lt;P&gt;Ok and if I want the date to be dynamic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example if I select a period in my calendar table (ex : from 01/06/2019 to 15/06/2019), is that possible to change some-date and some_other_date?&lt;/P&gt;&lt;P&gt;Maybe something like :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=count(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{1 &amp;lt; STATUS = {'5'}, MODE={'T'},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date_livraison = {"&amp;gt;=min(date)&amp;lt;=max(date)"} &amp;gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Id )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 09:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593456#M443720</guid>
      <dc:creator>GuillaumeRUE</dc:creator>
      <dc:date>2019-06-19T09:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593462#M443721</link>
      <description>&lt;P&gt;The two tables cannot be linked together in qlikview if they do not have atleast one field with the same name so ID&amp;nbsp; and&amp;nbsp;&lt;SPAN&gt;Id_livraison cant be linking the two tables together can you please chk the Table viewer (Ctrl +T) and then see what is defining key field which is common between the two tables or share the script&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 09:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593462#M443721</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-06-19T09:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593467#M443722</link>
      <description>&lt;P&gt;you can do it as below:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=count(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{1 &amp;lt; STATUS = {'5'}, MODE={'T'},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date_livraison = {"&amp;gt;=$(=min(date))&amp;lt;=$(=max(date))"} &amp;gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Id )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 10:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593467#M443722</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-06-19T10:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593468#M443723</link>
      <description>&lt;P&gt;I think I badly explained that part. My schema with the tables was just here to&amp;nbsp; facilitate comprehesion. Here is the real one :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="QV.png" style="width: 959px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13975i98A2A94FA5DB6497/image-size/large?v=v2&amp;amp;px=999" role="button" title="QV.png" alt="QV.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So here :&lt;/P&gt;&lt;P&gt;Livraison = LDT&lt;/P&gt;&lt;P&gt;Calendrier = CALENDAR_ANOMALIE&lt;/P&gt;&lt;P&gt;Anomalie = ANOMALIES&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 10:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593468#M443723</guid>
      <dc:creator>GuillaumeRUE</dc:creator>
      <dc:date>2019-06-19T10:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593470#M443724</link>
      <description>&lt;P&gt;are you trying to count Numero Shipment&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 10:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593470#M443724</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-06-19T10:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593471#M443725</link>
      <description>&lt;P&gt;Result is always 0, with or without selection.&lt;/P&gt;&lt;P&gt;Here is the code with real attributes names :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=count({1 &amp;lt; LDSTAT = {'5'}, LDMODE={'T'},SDDATE = {"&amp;gt;=$(=min(date))&amp;lt;=$(=max(date))"} &amp;gt;}NUMERO_SHIPMENT )&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 10:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593471#M443725</guid>
      <dc:creator>GuillaumeRUE</dc:creator>
      <dc:date>2019-06-19T10:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593472#M443726</link>
      <description>&lt;P&gt;Yes, I'm trying this right now :&lt;/P&gt;&lt;P&gt;=count({1 &amp;lt; LDSTAT = {'5'}, LDMODE={'T'},SDDATE = {"&amp;gt;=$(=min(date))&amp;lt;=$(=max(date))"} &amp;gt;}NUMERO_SHIPMENT )&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 10:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593472#M443726</guid>
      <dc:creator>GuillaumeRUE</dc:creator>
      <dc:date>2019-06-19T10:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593473#M443727</link>
      <description>&lt;P&gt;you have to remove 1 set operarator like below:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=count( {&amp;lt; LDSTAT = {'5'}, LDMODE={'T'},SDDATE = {"&amp;gt;=$(=min(date))&amp;lt;=$(=max(date))"} &amp;gt;} NUMERO_SHIPMENT )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 operator means you take all data regardless any selection made.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 10:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593473#M443727</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-06-19T10:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593476#M443728</link>
      <description>&lt;P&gt;So can you please try loading Numero Shipment column again like below&amp;nbsp;&lt;/P&gt;&lt;P&gt;LDT:&lt;/P&gt;&lt;P&gt;LOad&amp;nbsp;&lt;/P&gt;&lt;P&gt;Field1, field2,....&lt;/P&gt;&lt;P&gt;Numero Shipment as Test&lt;/P&gt;&lt;P&gt;and then use the new Test Field which is not linked to any table in the expression like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=count({1 &amp;lt; LDSTAT = {'5'}, LDMODE={'T'},SDDATE = {"&amp;gt;=$(=min(date))&amp;lt;=$(=max(date))"} &amp;gt;}Test)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 10:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593476#M443728</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-06-19T10:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593510#M443735</link>
      <description>&lt;P&gt;I copied your code but I still have 0 as result.&lt;/P&gt;&lt;P&gt;When i just write&amp;nbsp;&lt;SPAN&gt;=count( {&amp;lt; LDSTAT = {'5'}, LDMODE={'T'} &amp;gt;} NUMERO_SHIPMENT ) I get the total result so it's fine but as soon as I tried to add restriction on the date I have null result&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 11:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593510#M443735</guid>
      <dc:creator>GuillaumeRUE</dc:creator>
      <dc:date>2019-06-19T11:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593512#M443736</link>
      <description>&lt;P&gt;I just tried this solution, LDT was not linked to any other table but I get 0 as result&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 11:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593512#M443736</guid>
      <dc:creator>GuillaumeRUE</dc:creator>
      <dc:date>2019-06-19T11:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593518#M443737</link>
      <description>&lt;P&gt;What is the format for&amp;nbsp;&lt;SPAN&gt;SDDATE&amp;nbsp;field? Also, how is Date linked to SDDATE? In the expression above you use date instead of Date (as seen from your date model)... is that just a typo? Qlik is case sensitive so make sure to use the correct casing.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 11:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593518#M443737</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-19T11:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593524#M443740</link>
      <description>&lt;P&gt;let's try replacing real value to variable ex.&amp;nbsp;&lt;/P&gt;&lt;P&gt;=count( {&amp;lt; LDSTAT = {'5'}, LDMODE={'T'},SDDATE = {"&amp;gt;=01/06/2019&amp;lt;=15/06/2019"} &amp;gt;} NUMERO_SHIPMENT )&lt;/P&gt;&lt;P&gt;to see what you get as result.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 11:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593524#M443740</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-06-19T11:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593538#M443744</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;What is the format for&amp;nbsp;&lt;SPAN&gt;SDDATE&amp;nbsp;field? Also, how is Date linked to SDDATE? In the expression above you use date instead of Date (as seen from your date model)... is that just a typo? Qlik is case sensitive so make sure to use the correct casing.&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you you pointed my mistakes!&lt;BR /&gt;&lt;BR /&gt;In fact, SDDATE was not in the same format as Date &lt;STRONG&gt;AND&amp;nbsp;&lt;/STRONG&gt;I wrote 'date' instead of 'Date'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, I tried :&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=count( {&amp;lt; LDSTAT = {'5'}, LDMODE={'T'},SDDATE = {"&amp;gt;=$(=min(Date))&amp;lt;=$(=max(Date))"} &amp;gt;}NUMERO_SHIPMENT )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but result was still false, so I added '1' and I finally got something but the number was too big. The reason was QV used all 'NUMERO_SHIPMENT' so I just added a DISTINCT and now I have the good result. So my final expression is :&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=count( {1&amp;lt; LDSTAT = {'5'}, LDMODE={'T'},SDDATE = {"&amp;gt;=$(=min(Date))&amp;lt;=$(=max(Date))"} &amp;gt;} DISTINCT NUMERO_SHIPMENT )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/112"&gt;@agigliotti&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/50189"&gt;@anushree1&lt;/a&gt;&amp;nbsp; for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 11:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593538#M443744</guid>
      <dc:creator>GuillaumeRUE</dc:creator>
      <dc:date>2019-06-19T11:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore a complete table with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593545#M443748</link>
      <description>&lt;P&gt;Awesome, I am glad you were able to figure this out.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 11:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-a-complete-table-with-set-analysis/m-p/1593545#M443748</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-19T11:44:41Z</dc:date>
    </item>
  </channel>
</rss>

