<?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: Search for value in table box with input box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2050247#M1222980</link>
    <description>&lt;P&gt;I'm trying to create something so a user can type a number in an input box and have a text box show whether or not that value exists in a table.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mattjd_1-1678991046207.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102962iCD6AE48989E91A56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mattjd_1-1678991046207.png" alt="mattjd_1-1678991046207.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If I type 5678AB5678 in the input box, the text box would say "A" and if i type 1234AB1234 in the input box, the text box would say "B"&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 18:26:15 GMT</pubDate>
    <dc:creator>mattjd</dc:creator>
    <dc:date>2023-03-16T18:26:15Z</dc:date>
    <item>
      <title>Search for value in table box with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2048222#M1222913</link>
      <description>&lt;P&gt;I am very new to QlikView, using the desktop edition V12&lt;/P&gt;
&lt;P&gt;I am trying to set up an input box to search a table box for data and if that data is in the table box, a text box will show "x" and if it isnt in the table, it will show "y"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, entering 12AB12 in the input box, if the string is in the table, a text box says A and if it isnt, it says B.&lt;/P&gt;
&lt;P&gt;Any help would be appreciated, I'm super new to Qlikview and having a hard time with this project.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 00:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2048222#M1222913</guid>
      <dc:creator>mattjd</dc:creator>
      <dc:date>2023-03-13T00:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search for value in table box with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2048224#M1222914</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Try like below..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=Coalesce( Aggr(If(WildMatch(fieldname1, '*$(vinput)*') , 'A'), &lt;SPAN&gt;fieldname1&lt;/SPAN&gt;), Aggr(If(WildMatch(&lt;SPAN&gt;fieldname2&lt;/SPAN&gt;, '*$(vinput)*') , 'A'), &lt;SPAN&gt;fieldname2&lt;/SPAN&gt;), 'B')&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 02:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2048224#M1222914</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-03-13T02:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Search for value in table box with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2050158#M1222975</link>
      <description>&lt;P&gt;Sorry for the late reply. For clarification, what would fieldname2 be in this equation, I assume fieldname1 is the field in the table box I want to search in?&lt;/P&gt;
&lt;P&gt;For reference, the expression I was using in the text box object was this:&lt;/P&gt;
&lt;P&gt;if(match($(inputboxvariable), [tableboxfield]), 'A', 'B')&lt;/P&gt;
&lt;P&gt;This expression didn't seem able to actually search inside the table box&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 15:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2050158#M1222975</guid>
      <dc:creator>mattjd</dc:creator>
      <dc:date>2023-03-16T15:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Search for value in table box with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2050205#M1222976</link>
      <description>&lt;P&gt;Please elaborate in more details how your scenario look like - what you really mean with table-box, how many fields are included and why an input-box should be used to search for any matching? Some screenshots would be useful.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 16:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2050205#M1222976</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-03-16T16:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Search for value in table box with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2050247#M1222980</link>
      <description>&lt;P&gt;I'm trying to create something so a user can type a number in an input box and have a text box show whether or not that value exists in a table.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mattjd_1-1678991046207.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102962iCD6AE48989E91A56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mattjd_1-1678991046207.png" alt="mattjd_1-1678991046207.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If I type 5678AB5678 in the input box, the text box would say "A" and if i type 1234AB1234 in the input box, the text box would say "B"&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 18:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2050247#M1222980</guid>
      <dc:creator>mattjd</dc:creator>
      <dc:date>2023-03-16T18:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search for value in table box with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2050881#M1222994</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;If you have only one field, you can ignore the field 2&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Coalesce( Aggr(If(WildMatch(fieldname1, '*$(vinput)*') , 'A'),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;fieldname1&lt;/SPAN&gt;&lt;SPAN&gt;), 'B')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 07:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-for-value-in-table-box-with-input-box/m-p/2050881#M1222994</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-03-20T07:11:56Z</dc:date>
    </item>
  </channel>
</rss>

