<?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: multiple list box with dynamic load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501805#M1138282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry , i could not understand you,and the object name is Multi box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will you explain a bit more. you wrote " The Dimension of the list will Chang"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Oct 2013 08:56:29 GMT</pubDate>
    <dc:creator>israrkhan</dc:creator>
    <dc:date>2013-10-02T08:56:29Z</dc:date>
    <item>
      <title>multiple list box with dynamic load</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501804#M1138281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a multiple list box (I'm sorry my version is in french I don't know what is the exact name in english):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="liste_multiple.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/47125_liste_multiple.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have a list of dimensions, all selected manually in the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that my application is distributed for differents clients, and the dimensions of the list will change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to make a different app for each client, so I'm searching for a solution to load from variables or a table these dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 08:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501804#M1138281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-02T08:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: multiple list box with dynamic load</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501805#M1138282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry , i could not understand you,and the object name is Multi box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will you explain a bit more. you wrote " The Dimension of the list will Chang"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 08:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501805#M1138282</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-10-02T08:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: multiple list box with dynamic load</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501806#M1138283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have a list of dimensions in my multi box:&lt;/P&gt;&lt;P&gt;CENTRE DE PROFIT, Commande SAP, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with another client this list will be modified (the data model is the same between EXCEPT this list of dimensions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what I want is not having to specify each item of the multi box manually, but load dynamically a list of variables who contain the name of the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry for my poor english, I hope you can understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 09:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501806#M1138283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-02T09:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: multiple list box with dynamic load</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501807#M1138284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me try with an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you can load and Concatenate new dimensions in the script: &lt;/P&gt;&lt;P&gt;but let say you have Country Dimension Table like&lt;/P&gt;&lt;P&gt;Country:&lt;/P&gt;&lt;P&gt;load * INLINE[&lt;/P&gt;&lt;P&gt;ID, Country&lt;/P&gt;&lt;P&gt;1, US&lt;/P&gt;&lt;P&gt;2, UK&lt;/P&gt;&lt;P&gt;3, SW&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Transaction Table&lt;/P&gt;&lt;P&gt;Sale:&lt;/P&gt;&lt;P&gt;load * INLINE[&lt;/P&gt;&lt;P&gt;Sale, Country&lt;/P&gt;&lt;P&gt;100, US&lt;/P&gt;&lt;P&gt;200, UK&lt;/P&gt;&lt;P&gt;300, SW&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;now you want to load some new dimensions in country table&lt;/P&gt;&lt;P&gt;you can do like below:&lt;/P&gt;&lt;P&gt;Concatenate (Country) load *INLINE [&lt;/P&gt;&lt;P&gt;ID, Country&lt;/P&gt;&lt;P&gt;4, YYY&lt;/P&gt;&lt;P&gt;5, XXX&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Your Country Table will be like below:(new dimension are added)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, US&lt;/P&gt;&lt;P&gt;2, UK&lt;/P&gt;&lt;P&gt;3, SW&lt;/P&gt;&lt;P&gt;4, YYY&lt;/P&gt;&lt;P&gt;5, XXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; as you said that only new dimension will be added, all others data model will remain same,&lt;/P&gt;&lt;P&gt;in that case your new dimensions YYY AND XXX will not have any linked data in transaction tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so they will not show any data, (are these new dimension does not seems useless)..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 10:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501807#M1138284</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-10-02T10:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: multiple list box with dynamic load</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501808#M1138285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Bonjour &lt;A href="https://community.qlik.com/people/tdechiron"&gt;tdechiron&lt;/A&gt;&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to give filters like my Dimensions A,B,C,D,E,F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A,B,C should&amp;nbsp; be able see User1, &lt;/P&gt;&lt;P&gt;B,C,D&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User 2,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;B,D,E,F&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User3&lt;/P&gt;&lt;P&gt;A,B,C,D,E,F&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is a case yes you can but you have to provide a Section access &lt;/P&gt;&lt;P&gt;Google some Ideas about Qlikview Security/Section Access&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; cheers!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 11:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501808#M1138285</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2013-10-02T11:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: multiple list box with dynamic load</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501809#M1138286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of you, but it did not answer to my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I wanted to know is how to load dimensions dynamically in the multibox, not in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 12:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-list-box-with-dynamic-load/m-p/501809#M1138286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-02T12:14:07Z</dc:date>
    </item>
  </channel>
</rss>

