<?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 Multi value variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multi-value-variable/m-p/791141#M279739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have a problem with multi value variable that qlik show me as: 'value1;value2;value3'&amp;nbsp; as a single string&lt;/P&gt;&lt;P&gt;there is a function that allow me to split every value of this variable ?&amp;nbsp;&amp;nbsp; (es. 'value1' 'value2' 'value3')&lt;/P&gt;&lt;P&gt;thank's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2015 15:55:18 GMT</pubDate>
    <dc:creator>micheledenardi</dc:creator>
    <dc:date>2015-01-29T15:55:18Z</dc:date>
    <item>
      <title>Multi value variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-value-variable/m-p/791141#M279739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have a problem with multi value variable that qlik show me as: 'value1;value2;value3'&amp;nbsp; as a single string&lt;/P&gt;&lt;P&gt;there is a function that allow me to split every value of this variable ?&amp;nbsp;&amp;nbsp; (es. 'value1' 'value2' 'value3')&lt;/P&gt;&lt;P&gt;thank's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 15:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-value-variable/m-p/791141#M279739</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2015-01-29T15:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multi value variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-value-variable/m-p/791142#M279740</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;Use Subfield function to split them as you wish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MultiVariable&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hope this help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 16:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-value-variable/m-p/791142#M279740</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-01-29T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multi value variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-value-variable/m-p/791143#M279741</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;Try:&lt;/P&gt;&lt;P&gt;Left&lt;SPAN style="font-size: 8pt;"&gt;('$(vValue)', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(vValue)', ';')-1) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;value1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(vValue)', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(vValue)', ';')+1, 3) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;value2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(vValue)', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(vValue)')-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(vValue)', ';', 2)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;value3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 16:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-value-variable/m-p/791143#M279741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-29T16:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multi value variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-value-variable/m-p/791144#M279742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Gabriel ! you are right !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 16:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-value-variable/m-p/791144#M279742</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2015-01-29T16:33:47Z</dc:date>
    </item>
  </channel>
</rss>

