<?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: Two List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-List-Box/m-p/1115188#M368236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manorajan,&lt;/P&gt;&lt;P&gt;See attached, see field actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2016 12:40:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-16T12:40:25Z</dc:date>
    <item>
      <title>Two List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Two-List-Box/m-p/1115185#M368233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two list box&amp;nbsp; value of millions billions and thousands but both are different line line table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inline_Dimension:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;UNIT&lt;/P&gt;&lt;P&gt;Billion,&lt;/P&gt;&lt;P&gt;Thousands,&lt;/P&gt;&lt;P&gt;Millions&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inline_Dimension2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;UNIT1&lt;/P&gt;&lt;P&gt;Billion,&lt;/P&gt;&lt;P&gt;Thousands,&lt;/P&gt;&lt;P&gt;Millions&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose if the user select the UNIT list box the same have to be selected in UNIT1 list box how to acheive this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 12:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-List-Box/m-p/1115185#M368233</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2016-08-16T12:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Two List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Two-List-Box/m-p/1115186#M368234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose if the user select the millions from UNIT list box the same value has to be selected in UNIT1..how to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 12:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-List-Box/m-p/1115186#M368234</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2016-08-16T12:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Two List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Two-List-Box/m-p/1115187#M368235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could try with &lt;STRONG&gt;Triggers in Qlikview, go to document properties &amp;gt; Triggers &amp;gt; select the field i.e. UNIT and set the OnSelect trigger with the field values as UNIT1 and search string with the field selection of UNIT (you could use getfieldselection() function &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 12:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-List-Box/m-p/1115187#M368235</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-08-16T12:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Two List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Two-List-Box/m-p/1115188#M368236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manorajan,&lt;/P&gt;&lt;P&gt;See attached, see field actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 12:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-List-Box/m-p/1115188#M368236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-16T12:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Two List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Two-List-Box/m-p/1115189#M368237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create another synthetic table for creating same field name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Inline_Dimension:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;UNIT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Billion,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thousands,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Millions&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Inline_Dimension2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;UNIT1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Billion,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thousands,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Millions&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SynTable:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD UNIT AS UN,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;UNIT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Inline_Dimension;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate(SynTable)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD UNIT1 as UN,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;UNIT1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Inline_Dimension2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on the front end use &lt;EM&gt;UN &lt;/EM&gt;field for make selection in both the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 12:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-List-Box/m-p/1115189#M368237</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-08-16T12:44:57Z</dc:date>
    </item>
  </channel>
</rss>

