<?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: Data Island and Input Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Input-Field/m-p/110229#M754387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a test app using the following script;&lt;/P&gt;&lt;P&gt;INPUTFIELD EmpCount;&lt;/P&gt;&lt;P&gt;DataIslandTable:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;RegionOrder, Region, EmpCount&lt;BR /&gt;1, ASIA , 0&lt;BR /&gt;2, NAMR, 0&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;OtherTable:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;NotRegion, OtherValue&lt;BR /&gt;ASIA,1&lt;BR /&gt;NAMR,2&lt;BR /&gt;EUROPE,3&lt;BR /&gt;LAMR,4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the RegionOrder is important to be able to sort the input values, and in the second table I've called it NotRegion (so it does not associate) and OtherValue so I have some other value to show in chart), so get data model like this;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="317042_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216061_317042_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use Pick/Match and Concat functions to look-up the input value;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="317042_2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/216074_317042_2.png" style="width: 620px; height: 161px;" /&gt;&lt;/P&gt;&lt;P&gt;With the whole function being;&lt;/P&gt;&lt;P&gt;Only(Pick(Match(NotRegion, $(=chr(39)&amp;amp;Concat(Region,Chr(39)&amp;amp;','&amp;amp;Chr(39),RegionOrder)&amp;amp;chr(39))),$(=chr(39)&amp;amp;Concat(EmpCount,Chr(39)&amp;amp;','&amp;amp;Chr(39),RegionOrder)&amp;amp;chr(39))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like a bit of a pain though, don't know if there is a simpler route.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2018 20:41:37 GMT</pubDate>
    <dc:creator>chrismarlow</dc:creator>
    <dc:date>2018-10-16T20:41:37Z</dc:date>
    <item>
      <title>Data Island and Input Field</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Input-Field/m-p/110228#M754386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to get multiple values from data island table which is a input field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Region and EmpCount is Input Field which user inputs value from front end and its a data island table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataIslandTable:&lt;/P&gt;&lt;P&gt;Region, EmpCount&lt;/P&gt;&lt;P&gt;ASIA , 5&lt;/P&gt;&lt;P&gt;NAMR, 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the below pivot table should get the &lt;SPAN style="font-size: 13.3333px;"&gt;EmpCount &lt;/SPAN&gt;value from the data island table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Region, HEADCOUNT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ASIA, 5&lt;/P&gt;&lt;P&gt;EUROPE,0&lt;/P&gt;&lt;P&gt;NAMR,10&lt;/P&gt;&lt;P&gt;LAMR,0&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/Data-Island-and-Input-Field/m-p/110228#M754386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Input Field</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Input-Field/m-p/110229#M754387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a test app using the following script;&lt;/P&gt;&lt;P&gt;INPUTFIELD EmpCount;&lt;/P&gt;&lt;P&gt;DataIslandTable:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;RegionOrder, Region, EmpCount&lt;BR /&gt;1, ASIA , 0&lt;BR /&gt;2, NAMR, 0&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;OtherTable:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;NotRegion, OtherValue&lt;BR /&gt;ASIA,1&lt;BR /&gt;NAMR,2&lt;BR /&gt;EUROPE,3&lt;BR /&gt;LAMR,4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the RegionOrder is important to be able to sort the input values, and in the second table I've called it NotRegion (so it does not associate) and OtherValue so I have some other value to show in chart), so get data model like this;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="317042_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216061_317042_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use Pick/Match and Concat functions to look-up the input value;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="317042_2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/216074_317042_2.png" style="width: 620px; height: 161px;" /&gt;&lt;/P&gt;&lt;P&gt;With the whole function being;&lt;/P&gt;&lt;P&gt;Only(Pick(Match(NotRegion, $(=chr(39)&amp;amp;Concat(Region,Chr(39)&amp;amp;','&amp;amp;Chr(39),RegionOrder)&amp;amp;chr(39))),$(=chr(39)&amp;amp;Concat(EmpCount,Chr(39)&amp;amp;','&amp;amp;Chr(39),RegionOrder)&amp;amp;chr(39))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like a bit of a pain though, don't know if there is a simpler route.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 20:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Input-Field/m-p/110229#M754387</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2018-10-16T20:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Input Field</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Input-Field/m-p/110230#M754388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-avatarid="9976" data-externalid="" data-online="false" data-presence="null" data-userid="39018" data-username="chrismarlow" href="https://community.qlik.com/people/chrismarlow" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Chris Marlow,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply , &lt;/P&gt;&lt;P&gt;any solution without Region order,&amp;nbsp; DataIsland Table is a free form where different user enters different value not in order wise &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 16:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Input-Field/m-p/110230#M754388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-17T16:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Input Field</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Input-Field/m-p/110231#M754389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The region order is not trying to specify what order the user should add in, you could hide it from the user &amp;amp; they can add in any order either way. I now cannot recreate the issue the caused me to add it, which was I that I &lt;EM&gt;thought&lt;/EM&gt; I saw the number get assigned to the wrong line (so entered on NAMR &amp;amp; it appeared on ASIA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try it without;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only(Pick(Match(NotRegion, $(=chr(39)&amp;amp;Concat(Region,Chr(39)&amp;amp;','&amp;amp;Chr(39))&amp;amp;chr(39))),$(=chr(39)&amp;amp;Concat(EmpCount,Chr(39)&amp;amp;','&amp;amp;Chr(39))&amp;amp;chr(39))))&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;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 17:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Input-Field/m-p/110231#M754389</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2018-10-17T17:06:43Z</dc:date>
    </item>
  </channel>
</rss>

