<?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: How to exclude wrong records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659830#M1058623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you just have to replace 1 with $ because the Machine to exclude depends on the selection&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;Machine=E({&lt;STRONG&gt;$&lt;/STRONG&gt;&amp;lt;Validity={NO}&amp;gt;})&amp;gt;} [Working Hours])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Oct 2014 13:40:02 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-10-04T13:40:02Z</dc:date>
    <item>
      <title>How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659824#M1058617</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;I have the following problem.&lt;/P&gt;&lt;P&gt;Let's suppose we have the table below, with 3 machines that have worked for 3 months. For each, there are their working hours.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Machine&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Month&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Working Hours&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Validity&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;SC01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;SC01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NO&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;SC01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Mar&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;SC02&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;14&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;SC02&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;SC02&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Mar&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;SC03&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;SC03&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NO&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;SC03&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Mar&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;yes&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users can select a Month and a Machine from a list box, in order to see the sum of hours. This is very simple.&lt;/P&gt;&lt;P&gt;The problem is that some data are wrong and these mistakes are registered in column Validity. If, in the period selected by a user, a machine has wrong data (i.e. Validity =NO), &lt;SPAN style="text-decoration: underline;"&gt;even just for a single month&lt;/SPAN&gt;, all records for that machine must be ignored and the list box of Machine must not display that machine. So I have to consider only records that have count(Validity='yes')=GetSelectedCount(Month).&lt;/P&gt;&lt;P&gt;Some examples: &lt;/P&gt;&lt;P&gt;1) if a user selects Jan, all data are available --&amp;gt; no problem!&lt;/P&gt;&lt;P&gt;2) if a user selects all months, SC01 and SC03 mustn't be available and their working hours mustn't be considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 10:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659824#M1058617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-04T10:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659825#M1058618</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;use in your listboxes instead of field an expression:&lt;/P&gt;&lt;P&gt;=if(not match(Validity, 'NO'), Machine)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your expressions in the table add set analysis to your formula for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; Validity = {yes} &amp;gt;} [Working Hours])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could also filter the data in script. but this will obviously only work if you dont need not valid machine data in the ui at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 10:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659825#M1058618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-04T10:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659826#M1058619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you present info in a pivot table simple you have all (I think)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="p02.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68273_p02.png" style="width: 620px; height: 309px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 10:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659826#M1058619</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-10-04T10:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659827#M1058620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And also with totals for validity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="p02.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68274_p02.png" style="width: 620px; height: 316px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 11:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659827#M1058620</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-10-04T11:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659828#M1058621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The qvw file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 11:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659828#M1058621</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-10-04T11:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659829#M1058622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You may try below script, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Machine=E({1&amp;lt;Validity={NO}&amp;gt;})&amp;gt;} [Working Hours])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 11:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659829#M1058622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-04T11:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659830#M1058623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you just have to replace 1 with $ because the Machine to exclude depends on the selection&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;Machine=E({&lt;STRONG&gt;$&lt;/STRONG&gt;&amp;lt;Validity={NO}&amp;gt;})&amp;gt;} [Working Hours])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 13:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659830#M1058623</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-04T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659831#M1058624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for your all suggestions!&lt;/P&gt;&lt;P&gt;@Massimo: your instruction perfectly works with selections on month, but it doesn't work when a machine is selected...&lt;/P&gt;&lt;P&gt;Maybe it's not possible to implement this kind of logic...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 15:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659831#M1058624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-04T15:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659832#M1058625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elena,&lt;/P&gt;&lt;P&gt;try to add Calculated Dimension&lt;/P&gt;&lt;P&gt;Aggr(If(Validity='yes',Machine),Machine)&lt;/P&gt;&lt;P&gt;and Month&lt;/P&gt;&lt;P&gt;See attachement&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 16:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659832#M1058625</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-10-04T16:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659833#M1058626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Antonio!&lt;/P&gt;&lt;P&gt;It sounds good &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 16:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659833#M1058626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-04T16:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659834#M1058627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry... just another question.&lt;/P&gt;&lt;P&gt;The calculated dimension &lt;STRONG&gt;Aggr(if(Validity='yes', Machine), Machine)&lt;/STRONG&gt; works perfectely with table and listbox.&lt;/P&gt;&lt;P&gt;But, if I had also a text object with the expression sum([Working Hours]), how could I implement that logic?&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 10:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659834#M1058627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-06T10:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659835#M1058628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(sum(if(Validity='yes', &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Working Hours]&lt;/STRONG&gt;)), Machine)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 10:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659835#M1058628</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-06T10:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659836#M1058629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attachement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 10:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659836#M1058629</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-10-06T10:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659837#M1058630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi elena,&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;&lt;STRONG style=": ; color: #800080; font-size: 8pt;"&gt;sum&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008000; font-size: 8pt;"&gt;Machine&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #646464; font-size: 8pt;"&gt;"$(=Aggr(If(Validity='yes',Machine),Machine))"&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008000; font-size: 8pt;"&gt;WH&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;KC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 10:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659837#M1058630</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-06T10:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659838#M1058631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;Antonio's and Jyothish Kc's expressions have same results but they don't work properly if I select Jan and/or Mar (because, maybe, the "Aggr" function returns more than one Machine, so set analysis doesn't work).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 11:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659838#M1058631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-06T11:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659839#M1058632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 12:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659839#M1058632</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-10-06T12:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659840#M1058633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, Antonio! You are a magician!&lt;/P&gt;&lt;P&gt;I didn't think it was possible to implent this type of logic.&lt;/P&gt;&lt;P&gt;Thanks! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 12:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659840#M1058633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-06T12:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659841#M1058634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the correct expression suggested above,&lt;STRONG&gt; Aggr(if(Validity='yes', Machine), Machine)&lt;/STRONG&gt;, in a list box for Machine (in order to see only those with correct data), when a user makes a selection, the other possible values disappear &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;Is there a way in order the list box to behave as a common list box, i.e. to show all possible values in gray and the selected ones in green?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 11:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659841#M1058634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-08T11:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659842#M1058635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elena,&lt;/P&gt;&lt;P&gt;I think this is not possible. However You can use List box with Field 'Machine' and&lt;/P&gt;&lt;P&gt;expression like this&lt;/P&gt;&lt;P&gt;Aggr(If(Validity='yes','True'),Machine)&lt;/P&gt;&lt;P&gt;or instead of 'True' use Chr(9733) or other.&lt;/P&gt;&lt;P&gt;See attachment.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 17:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659842#M1058635</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-11-08T17:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to exclude wrong records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659843#M1058636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! It's a very nice solution, I lIke it very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Elena&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 08:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-wrong-records/m-p/659843#M1058636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-14T08:47:02Z</dc:date>
    </item>
  </channel>
</rss>

