<?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 trigger search string help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391891#M814739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;Thanks for your help. It is working very fine. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Sep 2017 14:37:27 GMT</pubDate>
    <dc:creator>musketeers</dc:creator>
    <dc:date>2017-09-11T14:37:27Z</dc:date>
    <item>
      <title>Select in field trigger search string help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391886#M814734</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 have a field Prod_Type in my database and it has two values:&lt;/P&gt;&lt;P&gt;1. New Product&lt;/P&gt;&lt;P&gt;2. Old Product.&lt;/P&gt;&lt;P&gt;I have to display sales value for both products or any one which is selected. So I have created a InLine table with three values:&lt;/P&gt;&lt;P&gt;ALL&lt;/P&gt;&lt;P&gt;NEW&lt;/P&gt;&lt;P&gt;OLD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am displaying these three values in List Box in qlikview and user can select any one of the three values and the functionality is as below:&lt;/P&gt;&lt;P&gt;1. When user selects NEW or OLD from list box, I have written Document Trigger to select New Product or Old Product from Prod_Type field.&lt;/P&gt;&lt;P&gt;2. When user select ALL from list box, I am clearing any selection from Prod_Type field.&lt;/P&gt;&lt;P&gt;This is working fine till now.&lt;/P&gt;&lt;P&gt;Now there is a scenario:&lt;/P&gt;&lt;P&gt;Now in database table in Prod_Type field we do not have New Product data. So we have only Old Product data in database table.&lt;/P&gt;&lt;P&gt;So when in Qlikview dashboard user is selecting NEW from list box, Qlikview is displaying data for Old Product because it has not found New Product.&lt;/P&gt;&lt;P&gt;Is there any solution for this issue.&lt;/P&gt;&lt;P&gt;Thanks for your help.&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-trigger-search-string-help/m-p/1391886#M814734</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger search string help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391887#M814735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps some data would help to understand the issue. If there are only two possible values for Prod_Type, why use a trigger in the first place? The user can already select NEW or OLD using that field and select both (so both values will be in green) or none (both values will be in white) to see both NEW and OLD altogether.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 14:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391887#M814735</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-09-11T14:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger search string help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391888#M814736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thanks for your reply. Actually your thoughts are correct. But since Users need ALL keyword to select every thing, thats why I have created the inline table and I am using triggers to connect inline table selection with the database field.&lt;/P&gt;&lt;P&gt;Till now this was working fine, but now they have changed the data and now it does not contain value for New Product, so now it is not working. &lt;/P&gt;&lt;P&gt;But still users want to see these three values from inline table and when they will select NEW, dashboard should display 0 (Zero) for sales sum because there is no New Product now in database.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 14:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391888#M814736</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2017-09-11T14:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger search string help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391889#M814737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajneesh,&lt;/P&gt;&lt;P&gt;Instead of a table with fields [New Product],[Old Product] why not have a table of products with fields Product and Status:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&lt;/P&gt;&lt;P&gt;1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New&lt;/P&gt;&lt;P&gt;1001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;ABC1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Old&lt;/P&gt;&lt;P&gt;ABC2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Old&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting the status as old or new or not having a selection in this field should work for you. If you want to keep the connection between old and new you could add a third column, Alternative Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 14:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391889#M814737</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-11T14:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger search string help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391890#M814738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a link table that links your Prod_Type to your list box values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Prod_Type, Selection_ListBox&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;New Product,ALL&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Old Product,ALL&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;New Product, NEW&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Old Product, OLD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now you don't need any triggers and selecting NEW should result in zero for Sum(Sales).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 14:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391890#M814738</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-11T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger search string help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391891#M814739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;Thanks for your help. It is working very fine. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 14:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-search-string-help/m-p/1391891#M814739</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2017-09-11T14:37:27Z</dc:date>
    </item>
  </channel>
</rss>

