<?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: Select in Field where Search String not Present in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246669#M870182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dylan, not fully understand your requirements, if it helps you can check if inventory 'D' is in the possible values with&lt;SPAN style="font-size: 10pt;"&gt;: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Index(concat(distinct Inventario, ','), 'D') //Will return true if 'D' is in the possible values of Inventory&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2016 15:42:12 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2016-11-29T15:42:12Z</dc:date>
    <item>
      <title>Select in Field where Search String not Present</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246668#M870181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey -&lt;/P&gt;&lt;P&gt;Ive seen this question asked several different ways but never can find a clear answer.&lt;/P&gt;&lt;P&gt;The situation I am having is that I have a Button in which I would like to Select in Fiels a specific "Inventory" within a set of data. The possible Inventory selections are A, B, C, D.&lt;/P&gt;&lt;P&gt;Inventory D is a very rare Inventory and usually only shows up about once a year; howver, all of these Inventory selections are checked on a monthly basis.&lt;/P&gt;&lt;P&gt;When I create a Button to Select in Field Inventory D and its not there for most months within my Table Box data and Chart Box it displays all other Inventory selections A, B, and C since again D is not available most months.&lt;/P&gt;&lt;P&gt;My question being; How can I set my Button to only show selections for Inventory D and when Inventory D is not available it will show blank?&lt;/P&gt;&lt;P&gt;Appreciate any assistance, Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246668#M870181</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select in Field where Search String not Present</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246669#M870182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dylan, not fully understand your requirements, if it helps you can check if inventory 'D' is in the possible values with&lt;SPAN style="font-size: 10pt;"&gt;: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Index(concat(distinct Inventario, ','), 'D') //Will return true if 'D' is in the possible values of Inventory&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 15:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246669#M870182</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-11-29T15:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Select in Field where Search String not Present</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246670#M870183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try adding a calculation condition to your table box: =count({$&amp;lt;Inventory={'D'}&amp;gt;} Inventory)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 15:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246670#M870183</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-29T15:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Select in Field where Search String not Present</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246671#M870184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi -&lt;/P&gt;&lt;P&gt;I believe this is on the right path of what I am trying to accomplish.&lt;/P&gt;&lt;P&gt;However, upon button selection I am wanting the chart/tablebox to return null or blank if the selection ("D") is not present; instead it returns everything (A,B,C).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 21:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246671#M870184</guid>
      <dc:creator />
      <dc:date>2016-11-30T21:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Select in Field where Search String not Present</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246672#M870185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dylan, a sample will be nice to fully understand the behaviour. I can say that: if you have a field with a selected value and you execute an action to salect a value that doesn't exists in the field, it removes selections on the field, this seems related to what you see: the value doesn't exists -&amp;gt; selections on the field are removed -&amp;gt; you see all inventories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use an expression to check if there are more than one possible inventory, and in this case hide (Design tab -&amp;gt; conditional show) or show a message (General tab -&amp;gt; Calculation condition) ('Messages...' button to customize messages).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression can be:&lt;/P&gt;&lt;P&gt;Count(DISTINCT Inventory)=1 // If there is only one inventory selected show/calculate the chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 11:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246672#M870185</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-12-01T11:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select in Field where Search String not Present</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246673#M870186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Took me a few to get back to this; &lt;/P&gt;&lt;P&gt;I was able to utilize the Geneal Tab &amp;gt; Calculated condition with the below to "grey" out the button when the Inventory Selection of "D" is not available; which is perfect for what I am looking to do. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;INVENTORY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'D'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;INVENTORY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 03:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-where-Search-String-not-Present/m-p/1246673#M870186</guid>
      <dc:creator />
      <dc:date>2016-12-07T03:37:33Z</dc:date>
    </item>
  </channel>
</rss>

