<?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 Substring of Variable in Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Substring-of-Variable-in-Listbox/m-p/120392#M18472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I have a variable: vString&lt;/P&gt;&lt;P&gt;This string contains the following data: "01-02-03-04-05-06"&lt;/P&gt;&lt;P&gt;I want to have each seperate value displayed in a Listbox without reloading the dashboard&lt;/P&gt;&lt;P&gt;I have tried to use substring and ListView but they did not give me the result that i want.&lt;/P&gt;&lt;P&gt;The endresult should be that the listbox has the following values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LB1:&lt;/P&gt;&lt;P&gt;01&lt;/P&gt;&lt;P&gt;02&lt;/P&gt;&lt;P&gt;03&lt;/P&gt;&lt;P&gt;04&lt;/P&gt;&lt;P&gt;05&lt;/P&gt;&lt;P&gt;06&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to do this?&lt;/P&gt;&lt;P&gt;I know i could do it in the script but i want/need to have it in the dashboard itself without the reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2018 13:10:29 GMT</pubDate>
    <dc:creator>n_elsman</dc:creator>
    <dc:date>2018-10-19T13:10:29Z</dc:date>
    <item>
      <title>Substring of Variable in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Substring-of-Variable-in-Listbox/m-p/120392#M18472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I have a variable: vString&lt;/P&gt;&lt;P&gt;This string contains the following data: "01-02-03-04-05-06"&lt;/P&gt;&lt;P&gt;I want to have each seperate value displayed in a Listbox without reloading the dashboard&lt;/P&gt;&lt;P&gt;I have tried to use substring and ListView but they did not give me the result that i want.&lt;/P&gt;&lt;P&gt;The endresult should be that the listbox has the following values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LB1:&lt;/P&gt;&lt;P&gt;01&lt;/P&gt;&lt;P&gt;02&lt;/P&gt;&lt;P&gt;03&lt;/P&gt;&lt;P&gt;04&lt;/P&gt;&lt;P&gt;05&lt;/P&gt;&lt;P&gt;06&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to do this?&lt;/P&gt;&lt;P&gt;I know i could do it in the script but i want/need to have it in the dashboard itself without the reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 13:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Substring-of-Variable-in-Listbox/m-p/120392#M18472</guid>
      <dc:creator>n_elsman</dc:creator>
      <dc:date>2018-10-19T13:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Substring of Variable in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Substring-of-Variable-in-Listbox/m-p/120393#M18473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why exactly you need this in expr? How the selections in your LB will effect your data? Can you tell us what exactly you are trying to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 17:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Substring-of-Variable-in-Listbox/m-p/120393#M18473</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-10-19T17:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Substring of Variable in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Substring-of-Variable-in-Listbox/m-p/120394#M18474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you said, with the following in the script: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField('$(vString)','-')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will do what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you share with us more details of the case, to understand why you can't do it this way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 18:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Substring-of-Variable-in-Listbox/m-p/120394#M18474</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2018-10-19T18:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Substring of Variable in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Substring-of-Variable-in-Listbox/m-p/120395#M18475</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;one way to create such a listbox might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_317385_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216368_QlikCommunity_Thread_317385_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_317385_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/216369_QlikCommunity_Thread_317385_Pic2.JPG" style="height: 322px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15399921870903093 jive_text_macro" jivemacro_uid="_15399921870903093"&gt;
&lt;P&gt;=ValueList('$(=Replace(vString,'-',Chr(39)&amp;amp;','&amp;amp;Chr(39)))')&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_317385_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/216370_QlikCommunity_Thread_317385_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I guess the more interesting question is, how you expect this listbox to behave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 23:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Substring-of-Variable-in-Listbox/m-p/120395#M18475</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-10-19T23:38:11Z</dc:date>
    </item>
  </channel>
</rss>

