<?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: Make Matched Value the Current Selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Make-Matched-Value-the-Current-Selection/m-p/1595288#M43801</link>
    <description>&lt;P&gt;You could look into the Qlik Sense Dashboard Bundle Navigation buttons. Besides navigation you can use then to make selections in your data model.&lt;/P&gt;&lt;P&gt;Read more about it here: &lt;A href="https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Visualizations/DashboardBundle/navigation-button.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Visualizations/DashboardBundle/navigation-button.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2019 18:50:42 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-06-24T18:50:42Z</dc:date>
    <item>
      <title>Make Matched Value the Current Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Make-Matched-Value-the-Current-Selection/m-p/1595250#M43796</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an app I am working on.&amp;nbsp; I have an input variable box that allows a user to input a string.&amp;nbsp; I have an ID value in my data that is always 10 characters. My goal is to match and select an ID based on what the user inputs.&amp;nbsp; I take the input and substring it to 10 characters (Left(vInput,10)).&amp;nbsp; I can then match it to my ID.&amp;nbsp; After I do that I need to make that matched ID the currently selected ID. That is where I am stuck.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example -&lt;/P&gt;&lt;P&gt;User pastes the value FDPZ135679xxx into the input variable box.&lt;/P&gt;&lt;P&gt;I take that and say -&lt;/P&gt;&lt;P&gt;If(MixMatch(ID(Left(('$(vInput)',10)=1,ID))&lt;/P&gt;&lt;P&gt;Then I can display the ID, but I need to make that matched ID the current selection.&lt;/P&gt;&lt;P&gt;Is there a way to do that?&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 16:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-Matched-Value-the-Current-Selection/m-p/1595250#M43796</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2019-06-24T16:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Make Matched Value the Current Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Make-Matched-Value-the-Current-Selection/m-p/1595288#M43801</link>
      <description>&lt;P&gt;You could look into the Qlik Sense Dashboard Bundle Navigation buttons. Besides navigation you can use then to make selections in your data model.&lt;/P&gt;&lt;P&gt;Read more about it here: &lt;A href="https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Visualizations/DashboardBundle/navigation-button.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Visualizations/DashboardBundle/navigation-button.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 18:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-Matched-Value-the-Current-Selection/m-p/1595288#M43801</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-06-24T18:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Make Matched Value the Current Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Make-Matched-Value-the-Current-Selection/m-p/1595324#M43805</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;I took a look at this,but I did not see how this would work for me.&amp;nbsp; Maybe I am not understanding how this could work ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 20:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-Matched-Value-the-Current-Selection/m-p/1595324#M43805</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2019-06-24T20:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Make Matched Value the Current Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Make-Matched-Value-the-Current-Selection/m-p/1595329#M43806</link>
      <description>My thought was that after you pasted the variable into your input box then&lt;BR /&gt;you could trigger the selection by pressing a button that is configured to&lt;BR /&gt;selecting values according to your criteria.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jun 2019 21:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-Matched-Value-the-Current-Selection/m-p/1595329#M43806</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-06-24T21:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Make Matched Value the Current Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Make-Matched-Value-the-Current-Selection/m-p/1595770#M43857</link>
      <description>&lt;P&gt;Ah.... Yes that is what I thought.&amp;nbsp; It makes sense, but I can display the matched value and they could just click on that to select so one would be the same as the other as far as users are concerned.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am trying to do after all the logic is done is display a table IF any ID is selected&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF the user enters an a value and it matches an ID&lt;/P&gt;&lt;P&gt;It is a strange user requirement and I really haven't figured out a way to do it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 14:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-Matched-Value-the-Current-Selection/m-p/1595770#M43857</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2019-06-25T14:51:16Z</dc:date>
    </item>
  </channel>
</rss>

