<?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: Match Condition in Expression of List Box, Table, Straight Table or Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-Condition-in-Expression-of-List-Box-Table-Straight-Table/m-p/958922#M978761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe try something similar to the example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sc1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96542_sc1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 09:36:45 GMT</pubDate>
    <dc:creator>kuczynska</dc:creator>
    <dc:date>2015-08-20T09:36:45Z</dc:date>
    <item>
      <title>Match Condition in Expression of List Box, Table, Straight Table or Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Condition-in-Expression-of-List-Box-Table-Straight-Table/m-p/958920#M978759</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;I have uploaded all the data using the Load Script.Now i have tried adding expression to the List Value, Table or Pivot Table.When i enter the Match condition in the Expression, the value donot filter. Can you please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Loaded CSV file having Deptno,DNAME and DLOC using the load script.now on the sheet i added List and on the expression, i added&lt;/P&gt;&lt;P&gt;=Match(Deptno,10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The List value should show me only 10 but it doesnt. The same is the case if i used the expression in Straight Table, Table Box or PIVOT Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i filter the values using the above objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 02:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Condition-in-Expression-of-List-Box-Table-Straight-Table/m-p/958920#M978759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-20T02:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Match Condition in Expression of List Box, Table, Straight Table or Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Condition-in-Expression-of-List-Box-Table-Straight-Table/m-p/958921#M978760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the data format for Deptno in your load script? If that's num() -&amp;gt; what you written so far should work&lt;/P&gt;&lt;P&gt;If Deptno is a text() - then you will have to pass the value accordingly as string value -&amp;gt; match(Deptno, '10').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you didn't define the format during the load script, it's probably taking the source data format. But it might be worth assigning num() or text() manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 09:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Condition-in-Expression-of-List-Box-Table-Straight-Table/m-p/958921#M978760</guid>
      <dc:creator>kuczynska</dc:creator>
      <dc:date>2015-08-20T09:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Match Condition in Expression of List Box, Table, Straight Table or Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Condition-in-Expression-of-List-Box-Table-Straight-Table/m-p/958922#M978761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe try something similar to the example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sc1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96542_sc1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 09:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Condition-in-Expression-of-List-Box-Table-Straight-Table/m-p/958922#M978761</guid>
      <dc:creator>kuczynska</dc:creator>
      <dc:date>2015-08-20T09:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Match Condition in Expression of List Box, Table, Straight Table or Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Condition-in-Expression-of-List-Box-Table-Straight-Table/m-p/958923#M978762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i explain. I have uploaded all the data using the load script.on the main sheet i added a listbox and&amp;nbsp; Table box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the list box i have select the trade flag ='T'. Now the table box shows all the records which belong to&amp;nbsp; Trades.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got the trade counts by each contract source. by adding an expression on the table box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the&amp;nbsp; screen shot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TableBox.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96577_TableBox.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The properties on Table box show as below&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="96580" alt="TableboxProperties.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96580_TableboxProperties.PNG" style="width: 620px; height: 545px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expression for Filtering values based on DBTETY_LEID_L3_BK is&amp;nbsp; as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="96581" alt="Expression on Tablebox.PNG" class="jive-image image-1" src="/legacyfs/online/96581_Expression on Tablebox.PNG" style="width: 620px; height: 323px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results doesnt show only values for 35976 but it shows all as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TableBox.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96577_TableBox.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can someone please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Condition-in-Expression-of-List-Box-Table-Straight-Table/m-p/958923#M978762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-20T14:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Match Condition in Expression of List Box, Table, Straight Table or Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Condition-in-Expression-of-List-Box-Table-Straight-Table/m-p/958924#M978763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your expression you're passing the value of DBTETY_LEID_L3_BK as text (using '&amp;nbsp; ') where it looks like the format of that is number. That's the first thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly you are trying to calculate? Do you want to have another count over the DBTETY_LEID_L3_BK = 35976? Maybe you can provide some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Condition-in-Expression-of-List-Box-Table-Straight-Table/m-p/958924#M978763</guid>
      <dc:creator>kuczynska</dc:creator>
      <dc:date>2015-08-20T14:41:59Z</dc:date>
    </item>
  </channel>
</rss>

